#F15566

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

Shades of Wild Watermelon #F15566

Tints of Wild Watermelon #F15566

Color information

#F15566 (or 0xF15566) is unknown color: approx Wild Watermelon. HEX triplet: F1, 55 and 66. RGB value is (241,85,102). Sum of RGB (Red+Green+Blue) = 241+85+102=428 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.31% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 241 - color contains mainly: red. Hex color #F15566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F15566 is #0EAA99. Grayscale: #858585. Windows color (decimal): -961178 or 6706673. OLE color: 6706673.

HSL color Cylindrical-coordinate representation of color #F15566: hue angle of 353.46º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F15566 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB24185102-
CMYK00.650.580.05
HSL353.46º84.78%63.92%-
HSV(B)353.46º64.73%94.51%-
XYZ41.9226.1615.41-
YUV133.58110.18204.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.31%
GREEN value IS 85 (33.59% from 255) = 19.86%
BLUE value IS 102 (40.23% from 255) = 23.83%
R=56.31%
G=19.86%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418510200.650.580.05353.4684.7863.92
HexF155660413A51615540
Octal3611251460101725541125100
Binary11110001101010111001100100000111101010110110000110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F15566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F15566; }

 p { color: rgb(241,85,102); }

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

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

 a { background-color: rgb(241,85,102); }

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

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

 span { border-color: rgb(241,85,102); }

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