#F16071

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

Shades of Wild Watermelon #F16071

Tints of Wild Watermelon #F16071

Color information

#F16071 (or 0xF16071) is unknown color: approx Wild Watermelon. HEX triplet: F1, 60 and 71. RGB value is (241,96,113). Sum of RGB (Red+Green+Blue) = 241+96+113=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F16071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16071 is #0E9F8E. Grayscale: #8D8D8D. Windows color (decimal): -958351 or 7430385. OLE color: 7430385.

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

Color convert

RGB24196113-
CMYK00.600.530.05
HSL352.97º83.82%66.08%-
HSV(B)352.97º60.17%94.51%-
XYZ43.4428.2618.79-
YUV141.29112.04199.12-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.56%
GREEN value IS 96 (37.89% from 255) = 21.33%
BLUE value IS 113 (44.53% from 255) = 25.11%
R=53.56%
G=21.33%
B=25.11%

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
Decimal2419611300.600.530.05352.9783.8266.08
HexF1607103C3551615442
Octal361140161074655541124102
Binary1111000111000001110001011110011010110110110000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16071; }

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

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

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

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

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

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

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

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