#F16072

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

Shades of Wild Watermelon #F16072

Tints of Wild Watermelon #F16072

Color information

#F16072 (or 0xF16072) is unknown color: approx Wild Watermelon. HEX triplet: F1, 60 and 72. RGB value is (241,96,114). Sum of RGB (Red+Green+Blue) = 241+96+114=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F16072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16072 is #0E9F8D. Grayscale: #8D8D8D. Windows color (decimal): -958350 or 7495921. OLE color: 7495921.

HSL color Cylindrical-coordinate representation of color #F16072: hue angle of 352.55º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16072 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB24196114-
CMYK00.600.530.05
HSL352.55º83.82%66.08%-
HSV(B)352.55º60.17%94.51%-
XYZ43.528.2819.09-
YUV141.41112.54199.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.44%
GREEN value IS 96 (37.89% from 255) = 21.29%
BLUE value IS 114 (44.92% from 255) = 25.28%
R=53.44%
G=21.29%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419611400.600.530.05352.5583.8266.08
HexF1607203C3551615442
Octal361140162074655541124102
Binary1111000111000001110010011110011010110110110000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16072; }

 p { color: rgb(241,96,114); }

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

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

 a { background-color: rgb(241,96,114); }

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

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

 span { border-color: rgb(241,96,114); }

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