#F05B78

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

Shades of Wild Watermelon #F05B78

Tints of Wild Watermelon #F05B78

Color information

#F05B78 (or 0xF05B78) is unknown color: approx Wild Watermelon. HEX triplet: F0, 5B and 78. RGB value is (240,91,120). Sum of RGB (Red+Green+Blue) = 240+91+120=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05B78 is #0FA487. Grayscale: #8A8A8A. Windows color (decimal): -1025160 or 7887856. OLE color: 7887856.

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

Color convert

RGB24091120-
CMYK00.620.50.06
HSL348.32º83.24%64.9%-
HSV(B)348.32º62.08%94.12%-
XYZ43.0727.3620.78-
YUV138.86117.36200.14-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.22%
GREEN value IS 91 (35.94% from 255) = 20.18%
BLUE value IS 120 (47.27% from 255) = 26.61%
R=53.22%
G=20.18%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.5
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409112000.620.50.06348.3283.2464.9
HexF05B7803E32615c5341
Octal360133170076626534123101
Binary1111000010110111111000011111011001011010101110010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05B78; }

 p { color: rgb(240,91,120); }

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

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

 a { background-color: rgb(240,91,120); }

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

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

 span { border-color: rgb(240,91,120); }

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