Shades of Wild Watermelon #F95E6C
Tints of Wild Watermelon #F95E6C
RGB
CMYK
RGB Variations
Color information
#F95E6C (or 0xF95E6C) is known color: Wild Watermelon. HEX triplet: F9, 5E and 6C. RGB value is (249,94,108). Sum of RGB (Red+Green+Blue) = 249+94+108=451 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.21% from 451); Green value is 94 (37.11% from 255 or 20.84% from 451); Blue value is 108 (42.58% from 255 or 23.95% from 451); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95E6C is #06A193. Grayscale: #8E8E8E. Windows color (decimal): -434580 or 7102201. OLE color: 7102201.
HSL color Cylindrical-coordinate representation of color #F95E6C: hue angle of 354.58º 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 #F95E6C is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 94 | 108 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.02 |
| HSL | 354.58º | 0.93% | 0.67% | - |
| HSV(B) | 354.58º | 0.62% | 0.98% | - |
| XYZ | 45.78 | 29.23 | 17.42 | - |
| YUV | 141.94 | 108.85 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 94 | 108 | 0 | 0.62 | 0.57 | 0.02 | 354.58 | 0.93 | 0.67 |
| Hex | F9 | 5E | 6C | 0 | 3E | 39 | 2 | 163 | 5D | 43 |
| Octal | 371 | 136 | 154 | 0 | 76 | 71 | 2 | 543 | 135 | 103 |
| Binary | 11111001 | 1011110 | 1101100 | 0 | 111110 | 111001 | 10 | 101100011 | 1011101 | 1000011 |
Color Harmonies of #F95E6C
Complementary color
Monochromatic Colors of #F95E6C
Black with #F95E6C
Text Example
Text Example
White with #F95E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95E6C; }
p { color: rgb(249,94,108); }
H1.HeaderClassName
{
color: #F95E6C;
}
.AnyTagClassName
{
color: #F95E6C;
}
</style>
background-color css
<style>
a { background-color: #F95E6C; }
a { background-color: rgb(249,94,108); }
div.DivClassName
{
background-color: #F95E6C;
}
.BgClassName
{
background-color: #F95E6C;
}
</style>
border-color css
<style>
span { border-color: #F95E6C; }
span { border-color: rgb(249,94,108); }
td.TdClassName
{
border-color: #F95E6C;
}
.TagClassName
{
border-color: #F95E6C;
}
</style>