Shades of Wild Watermelon #F95E6D
Tints of Wild Watermelon #F95E6D
RGB
CMYK
RGB Variations
Color information
#F95E6D (or 0xF95E6D) is known color: Wild Watermelon. HEX triplet: F9, 5E and 6D. RGB value is (249,94,109). Sum of RGB (Red+Green+Blue) = 249+94+109=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 94 (37.11% from 255 or 20.80% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95E6D is #06A192. Grayscale: #8E8E8E. Windows color (decimal): -434579 or 7167737. OLE color: 7167737.
HSL color Cylindrical-coordinate representation of color #F95E6D: hue angle of 354.19º 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 #F95E6D is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 94 | 109 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.02 |
| HSL | 354.19º | 0.93% | 0.67% | - |
| HSV(B) | 354.19º | 0.62% | 0.98% | - |
| XYZ | 45.83 | 29.25 | 17.7 | - |
| YUV | 142.06 | 109.35 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 94 | 109 | 0 | 0.62 | 0.56 | 0.02 | 354.19 | 0.93 | 0.67 |
| Hex | F9 | 5E | 6D | 0 | 3E | 38 | 2 | 162 | 5D | 43 |
| Octal | 371 | 136 | 155 | 0 | 76 | 70 | 2 | 542 | 135 | 103 |
| Binary | 11111001 | 1011110 | 1101101 | 0 | 111110 | 111000 | 10 | 101100010 | 1011101 | 1000011 |
Color Harmonies of #F95E6D
Complementary color
Monochromatic Colors of #F95E6D
Black with #F95E6D
Text Example
Text Example
White with #F95E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95E6D; }
p { color: rgb(249,94,109); }
H1.HeaderClassName
{
color: #F95E6D;
}
.AnyTagClassName
{
color: #F95E6D;
}
</style>
background-color css
<style>
a { background-color: #F95E6D; }
a { background-color: rgb(249,94,109); }
div.DivClassName
{
background-color: #F95E6D;
}
.BgClassName
{
background-color: #F95E6D;
}
</style>
border-color css
<style>
span { border-color: #F95E6D; }
span { border-color: rgb(249,94,109); }
td.TdClassName
{
border-color: #F95E6D;
}
.TagClassName
{
border-color: #F95E6D;
}
</style>