Shades of Wild Watermelon #F95D6F
Tints of Wild Watermelon #F95D6F
RGB
CMYK
RGB Variations
Color information
#F95D6F (or 0xF95D6F) is known color: Wild Watermelon. HEX triplet: F9, 5D and 6F. RGB value is (249,93,111). Sum of RGB (Red+Green+Blue) = 249+93+111=453 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.97% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 249 - color contains mainly: red. Hex color #F95D6F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95D6F is #06A290. Grayscale: #8D8D8D. Windows color (decimal): -434833 or 7298553. OLE color: 7298553.
HSL color Cylindrical-coordinate representation of color #F95D6F: hue angle of 353.08º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F95D6F is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 93 | 111 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.02 |
| HSL | 353.08º | 0.93% | 0.67% | - |
| HSV(B) | 353.08º | 0.63% | 0.98% | - |
| XYZ | 45.85 | 29.12 | 18.24 | - |
| YUV | 141.7 | 110.68 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 93 | 111 | 0 | 0.63 | 0.55 | 0.02 | 353.08 | 0.93 | 0.67 |
| Hex | F9 | 5D | 6F | 0 | 3F | 37 | 2 | 161 | 5D | 43 |
| Octal | 371 | 135 | 157 | 0 | 77 | 67 | 2 | 541 | 135 | 103 |
| Binary | 11111001 | 1011101 | 1101111 | 0 | 111111 | 110111 | 10 | 101100001 | 1011101 | 1000011 |
Color Harmonies of #F95D6F
Complementary color
Monochromatic Colors of #F95D6F
Black with #F95D6F
Text Example
Text Example
White with #F95D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95D6F; }
p { color: rgb(249,93,111); }
H1.HeaderClassName
{
color: #F95D6F;
}
.AnyTagClassName
{
color: #F95D6F;
}
</style>
background-color css
<style>
a { background-color: #F95D6F; }
a { background-color: rgb(249,93,111); }
div.DivClassName
{
background-color: #F95D6F;
}
.BgClassName
{
background-color: #F95D6F;
}
</style>
border-color css
<style>
span { border-color: #F95D6F; }
span { border-color: rgb(249,93,111); }
td.TdClassName
{
border-color: #F95D6F;
}
.TagClassName
{
border-color: #F95D6F;
}
</style>