Shades of Wild Watermelon #F95F6C
Tints of Wild Watermelon #F95F6C
RGB
CMYK
RGB Variations
Color information
#F95F6C (or 0xF95F6C) is known color: Wild Watermelon. HEX triplet: F9, 5F and 6C. RGB value is (249,95,108). Sum of RGB (Red+Green+Blue) = 249+95+108=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F95F6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95F6C is #06A093. Grayscale: #8E8E8E. Windows color (decimal): -434324 or 7102457. OLE color: 7102457.
HSL color Cylindrical-coordinate representation of color #F95F6C: hue angle of 354.94º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F95F6C is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 95 | 108 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.02 |
| HSL | 354.94º | 0.93% | 0.67% | - |
| HSV(B) | 354.94º | 0.62% | 0.98% | - |
| XYZ | 45.87 | 29.41 | 17.45 | - |
| YUV | 142.53 | 108.52 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 95 | 108 | 0 | 0.62 | 0.57 | 0.02 | 354.94 | 0.93 | 0.67 |
| Hex | F9 | 5F | 6C | 0 | 3E | 39 | 2 | 163 | 5D | 43 |
| Octal | 371 | 137 | 154 | 0 | 76 | 71 | 2 | 543 | 135 | 103 |
| Binary | 11111001 | 1011111 | 1101100 | 0 | 111110 | 111001 | 10 | 101100011 | 1011101 | 1000011 |
Color Harmonies of #F95F6C
Complementary color
Monochromatic Colors of #F95F6C
Black with #F95F6C
Text Example
Text Example
White with #F95F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95F6C; }
p { color: rgb(249,95,108); }
H1.HeaderClassName
{
color: #F95F6C;
}
.AnyTagClassName
{
color: #F95F6C;
}
</style>
background-color css
<style>
a { background-color: #F95F6C; }
a { background-color: rgb(249,95,108); }
div.DivClassName
{
background-color: #F95F6C;
}
.BgClassName
{
background-color: #F95F6C;
}
</style>
border-color css
<style>
span { border-color: #F95F6C; }
span { border-color: rgb(249,95,108); }
td.TdClassName
{
border-color: #F95F6C;
}
.TagClassName
{
border-color: #F95F6C;
}
</style>