#F1566C

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

Shades of Wild Watermelon #F1566C

Tints of Wild Watermelon #F1566C

Color information

#F1566C (or 0xF1566C) is unknown color: approx Wild Watermelon. HEX triplet: F1, 56 and 6C. RGB value is (241,86,108). Sum of RGB (Red+Green+Blue) = 241+86+108=435 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.40% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 108 (42.58% from 255 or 24.83% from 435); Max value from RGB is 241 - color contains mainly: red. Hex color #F1566C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1566C is #0EA993. Grayscale: #868686. Windows color (decimal): -960916 or 7100145. OLE color: 7100145.

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

Color convert

RGB24186108-
CMYK00.640.550.05
HSL351.48º84.7%64.12%-
HSV(B)351.48º64.32%94.51%-
XYZ42.3126.4417.06-
YUV134.85112.85203.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.40%
GREEN value IS 86 (33.98% from 255) = 19.77%
BLUE value IS 108 (42.58% from 255) = 24.83%
R=55.40%
G=19.77%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418610800.640.550.05351.4884.764.12
HexF1566C04037515f5540
Octal3611261540100675537125100
Binary11110001101011011011000100000011011110110101111110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1566C; }

 p { color: rgb(241,86,108); }

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

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

 a { background-color: rgb(241,86,108); }

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

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

 span { border-color: rgb(241,86,108); }

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