#F1566B

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

Shades of Wild Watermelon #F1566B

Tints of Wild Watermelon #F1566B

Color information

#F1566B (or 0xF1566B) is unknown color: approx Wild Watermelon. HEX triplet: F1, 56 and 6B. RGB value is (241,86,107). Sum of RGB (Red+Green+Blue) = 241+86+107=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F1566B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1566B is #0EA994. Grayscale: #868686. Windows color (decimal): -960917 or 7034609. OLE color: 7034609.

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

Color convert

RGB24186107-
CMYK00.640.560.05
HSL351.87º84.7%64.12%-
HSV(B)351.87º64.32%94.51%-
XYZ42.2626.4216.78-
YUV134.74112.35203.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.53%
GREEN value IS 86 (33.98% from 255) = 19.82%
BLUE value IS 107 (42.19% from 255) = 24.65%
R=55.53%
G=19.82%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418610700.640.560.05351.8784.764.12
HexF1566B0403851605540
Octal3611261530100705540125100
Binary11110001101011011010110100000011100010110110000010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1566B; }

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

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

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

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

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

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

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

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