#F16070

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

Shades of Wild Watermelon #F16070

Tints of Wild Watermelon #F16070

Color information

#F16070 (or 0xF16070) is unknown color: approx Wild Watermelon. HEX triplet: F1, 60 and 70. RGB value is (241,96,112). Sum of RGB (Red+Green+Blue) = 241+96+112=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F16070 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16070 is #0E9F8F. Grayscale: #8D8D8D. Windows color (decimal): -958352 or 7364849. OLE color: 7364849.

HSL color Cylindrical-coordinate representation of color #F16070: hue angle of 353.38º 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 #F16070 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB24196112-
CMYK00.600.540.05
HSL353.38º83.82%66.08%-
HSV(B)353.38º60.17%94.51%-
XYZ43.3828.2418.49-
YUV141.18111.54199.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.67%
GREEN value IS 96 (37.89% from 255) = 21.38%
BLUE value IS 112 (44.14% from 255) = 24.94%
R=53.67%
G=21.38%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419611200.600.540.05353.3883.8266.08
HexF1607003C3651615442
Octal361140160074665541124102
Binary1111000111000001110000011110011011010110110000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16070; }

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

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

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

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

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

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

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

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