#F05C73

Color #F05C73 Wild Watermelon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Watermelon #F05C73

Tints of Wild Watermelon #F05C73

Color information

#F05C73 (or 0xF05C73) is unknown color: approx Wild Watermelon. HEX triplet: F0, 5C and 73. RGB value is (240,92,115). Sum of RGB (Red+Green+Blue) = 240+92+115=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05C73 is #0FA38C. Grayscale: #8A8A8A. Windows color (decimal): -1024909 or 7560432. OLE color: 7560432.

HSL color Cylindrical-coordinate representation of color #F05C73: hue angle of 350.68º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F05C73 is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB24092115-
CMYK00.620.520.06
HSL350.68º83.15%65.1%-
HSV(B)350.68º61.67%94.12%-
XYZ42.8627.4219.25-
YUV138.87114.53200.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 53.69%
GREEN value IS 92 (36.33% from 255) = 20.58%
BLUE value IS 115 (45.31% from 255) = 25.73%
R=53.69%
G=20.58%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409211500.620.520.06350.6883.1565.1
HexF05C7303E34615f5341
Octal360134163076646537123101
Binary1111000010111001110011011111011010011010101111110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05C73; }

 p { color: rgb(240,92,115); }

 H1.HeaderClassName
 {
   color: #F05C73;
 }
 .AnyTagClassName
 {
   color: #F05C73;
 }
</style>
background-color css

<style>
 a { background-color: #F05C73; }

 a { background-color: rgb(240,92,115); }

 div.DivClassName
 {
   background-color: #F05C73;
 }
 .BgClassName
 {
   background-color: #F05C73;
 }
</style>
border-color css

<style>
 span { border-color: #F05C73; }

 span { border-color: rgb(240,92,115); }

 td.TdClassName
 {
   border-color: #F05C73;
 }
 .TagClassName
 {
   border-color: #F05C73;
 }
</style>