#F06074

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

Shades of Wild Watermelon #F06074

Tints of Wild Watermelon #F06074

Color information

#F06074 (or 0xF06074) is unknown color: approx Wild Watermelon. HEX triplet: F0, 60 and 74. RGB value is (240,96,116). Sum of RGB (Red+Green+Blue) = 240+96+116=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F06074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06074 is #0F9F8B. Grayscale: #8D8D8D. Windows color (decimal): -1023884 or 7626992. OLE color: 7626992.

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

Color convert

RGB24096116-
CMYK00.60.520.06
HSL351.67º82.76%65.88%-
HSV(B)351.67º60%94.12%-
XYZ43.2728.1519.68-
YUV141.34113.71198.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.10%
GREEN value IS 96 (37.89% from 255) = 21.24%
BLUE value IS 116 (45.70% from 255) = 25.66%
R=53.10%
G=21.24%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409611600.60.520.06351.6782.7665.88
HexF0607403C3461605342
Octal360140164074646540123102
Binary1111000011000001110100011110011010011010110000010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F06074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F06074; }

 p { color: rgb(240,96,116); }

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

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

 a { background-color: rgb(240,96,116); }

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

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

 span { border-color: rgb(240,96,116); }

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