#F15F71

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

Shades of Wild Watermelon #F15F71

Tints of Wild Watermelon #F15F71

Color information

#F15F71 (or 0xF15F71) is unknown color: approx Wild Watermelon. HEX triplet: F1, 5F and 71. RGB value is (241,95,113). Sum of RGB (Red+Green+Blue) = 241+95+113=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15F71 is #0EA08E. Grayscale: #8C8C8C. Windows color (decimal): -958607 or 7430129. OLE color: 7430129.

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

Color convert

RGB24195113-
CMYK00.610.530.05
HSL352.6º83.91%65.88%-
HSV(B)352.6º60.58%94.51%-
XYZ43.3528.0818.76-
YUV140.71112.37199.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 53.67%
GREEN value IS 95 (37.5% from 255) = 21.16%
BLUE value IS 113 (44.53% from 255) = 25.17%
R=53.67%
G=21.16%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419511300.610.530.05352.683.9165.88
HexF15F7103D3551615442
Octal361137161075655541124102
Binary1111000110111111110001011110111010110110110000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15F71; }

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

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

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

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

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

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

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

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