#F05A77

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

Shades of Wild Watermelon #F05A77

Tints of Wild Watermelon #F05A77

Color information

#F05A77 (or 0xF05A77) is unknown color: approx Wild Watermelon. HEX triplet: F0, 5A and 77. RGB value is (240,90,119). Sum of RGB (Red+Green+Blue) = 240+90+119=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05A77 is #0FA588. Grayscale: #8A8A8A. Windows color (decimal): -1025417 or 7822064. OLE color: 7822064.

HSL color Cylindrical-coordinate representation of color #F05A77: hue angle of 348.4º 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 #F05A77 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB24090119-
CMYK00.620.500.06
HSL348.4º83.33%64.71%-
HSV(B)348.4º62.5%94.12%-
XYZ42.9227.1720.43-
YUV138.16117.2200.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.45%
GREEN value IS 90 (35.55% from 255) = 20.04%
BLUE value IS 119 (46.88% from 255) = 26.50%
R=53.45%
G=20.04%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409011900.620.500.06348.483.3364.71
HexF05A7703E32615c5341
Octal360132167076626534123101
Binary1111000010110101110111011111011001011010101110010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05A77; }

 p { color: rgb(240,90,119); }

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

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

 a { background-color: rgb(240,90,119); }

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

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

 span { border-color: rgb(240,90,119); }

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