#F05A78

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

Shades of Wild Watermelon #F05A78

Tints of Wild Watermelon #F05A78

Color information

#F05A78 (or 0xF05A78) is unknown color: approx Wild Watermelon. HEX triplet: F0, 5A and 78. RGB value is (240,90,120). Sum of RGB (Red+Green+Blue) = 240+90+120=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F05A78 is #0FA587. Grayscale: #8A8A8A. Windows color (decimal): -1025416 or 7887600. OLE color: 7887600.

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

Color convert

RGB24090120-
CMYK00.620.50.06
HSL348º83.33%64.71%-
HSV(B)348º62.5%94.12%-
XYZ42.9827.1920.75-
YUV138.27117.7200.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.33%
GREEN value IS 90 (35.55% from 255) = 20%
BLUE value IS 120 (47.27% from 255) = 26.67%
R=53.33%
G=20%
B=26.67%

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
Decimal2409012000.620.50.0634883.3364.71
HexF05A7803E32615c5341
Octal360132170076626534123101
Binary1111000010110101111000011111011001011010101110010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F05A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F05A78; }

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

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

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

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

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

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

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

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