Shades of Wild Watermelon #F95266
Tints of Wild Watermelon #F95266
RGB
CMYK
RGB Variations
Color information
#F95266 (or 0xF95266) is known color: Wild Watermelon. HEX triplet: F9, 52 and 66. RGB value is (249,82,102). Sum of RGB (Red+Green+Blue) = 249+82+102=433 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.51% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 249 - color contains mainly: red. Hex color #F95266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95266 is #06AD99. Grayscale: #868686. Windows color (decimal): -437658 or 6705913. OLE color: 6705913.
HSL color Cylindrical-coordinate representation of color #F95266: hue angle of 352.81º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F95266 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 82 | 102 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.02 |
| HSL | 352.81º | 0.93% | 0.65% | - |
| HSV(B) | 352.81º | 0.67% | 0.98% | - |
| XYZ | 44.48 | 27.13 | 15.46 | - |
| YUV | 134.21 | 109.83 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 82 | 102 | 0 | 0.67 | 0.59 | 0.02 | 352.81 | 0.93 | 0.65 |
| Hex | F9 | 52 | 66 | 0 | 43 | 3B | 2 | 161 | 5D | 41 |
| Octal | 371 | 122 | 146 | 0 | 103 | 73 | 2 | 541 | 135 | 101 |
| Binary | 11111001 | 1010010 | 1100110 | 0 | 1000011 | 111011 | 10 | 101100001 | 1011101 | 1000001 |
Color Harmonies of #F95266
Complementary color
Monochromatic Colors of #F95266
Black with #F95266
Text Example
Text Example
White with #F95266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95266; }
p { color: rgb(249,82,102); }
H1.HeaderClassName
{
color: #F95266;
}
.AnyTagClassName
{
color: #F95266;
}
</style>
background-color css
<style>
a { background-color: #F95266; }
a { background-color: rgb(249,82,102); }
div.DivClassName
{
background-color: #F95266;
}
.BgClassName
{
background-color: #F95266;
}
</style>
border-color css
<style>
span { border-color: #F95266; }
span { border-color: rgb(249,82,102); }
td.TdClassName
{
border-color: #F95266;
}
.TagClassName
{
border-color: #F95266;
}
</style>