Shades of Wild Watermelon #F95566
Tints of Wild Watermelon #F95566
RGB
CMYK
RGB Variations
Color information
#F95566 (or 0xF95566) is known color: Wild Watermelon. HEX triplet: F9, 55 and 66. RGB value is (249,85,102). Sum of RGB (Red+Green+Blue) = 249+85+102=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F95566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95566 is #06AA99. Grayscale: #888888. Windows color (decimal): -436890 or 6706681. OLE color: 6706681.
HSL color Cylindrical-coordinate representation of color #F95566: hue angle of 353.78º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F95566 is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 85 | 102 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.02 |
| HSL | 353.78º | 0.93% | 0.65% | - |
| HSV(B) | 353.78º | 0.66% | 0.98% | - |
| XYZ | 44.71 | 27.6 | 15.54 | - |
| YUV | 135.97 | 108.83 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 102 | 0 | 0.66 | 0.59 | 0.02 | 353.78 | 0.93 | 0.65 |
| Hex | F9 | 55 | 66 | 0 | 42 | 3B | 2 | 162 | 5D | 41 |
| Octal | 371 | 125 | 146 | 0 | 102 | 73 | 2 | 542 | 135 | 101 |
| Binary | 11111001 | 1010101 | 1100110 | 0 | 1000010 | 111011 | 10 | 101100010 | 1011101 | 1000001 |
Color Harmonies of #F95566
Complementary color
Monochromatic Colors of #F95566
Black with #F95566
Text Example
Text Example
White with #F95566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95566; }
p { color: rgb(249,85,102); }
H1.HeaderClassName
{
color: #F95566;
}
.AnyTagClassName
{
color: #F95566;
}
</style>
background-color css
<style>
a { background-color: #F95566; }
a { background-color: rgb(249,85,102); }
div.DivClassName
{
background-color: #F95566;
}
.BgClassName
{
background-color: #F95566;
}
</style>
border-color css
<style>
span { border-color: #F95566; }
span { border-color: rgb(249,85,102); }
td.TdClassName
{
border-color: #F95566;
}
.TagClassName
{
border-color: #F95566;
}
</style>