#F1586C

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

Shades of Wild Watermelon #F1586C

Tints of Wild Watermelon #F1586C

Color information

#F1586C (or 0xF1586C) is unknown color: approx Wild Watermelon. HEX triplet: F1, 58 and 6C. RGB value is (241,88,108). Sum of RGB (Red+Green+Blue) = 241+88+108=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F1586C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1586C is #0EA793. Grayscale: #888888. Windows color (decimal): -960404 or 7100657. OLE color: 7100657.

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

Color convert

RGB24188108-
CMYK00.630.550.05
HSL352.16º84.53%64.51%-
HSV(B)352.16º63.49%94.51%-
XYZ42.4726.7617.11-
YUV136.03112.19202.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 55.15%
GREEN value IS 88 (34.77% from 255) = 20.14%
BLUE value IS 108 (42.58% from 255) = 24.71%
R=55.15%
G=20.14%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2418810800.630.550.05352.1684.5364.51
HexF1586C03F3751605541
Octal361130154077675540125101
Binary1111000110110001101100011111111011110110110000010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1586C; }

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

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

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

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

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

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

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

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