Shades of Wild Watermelon #F95573
Tints of Wild Watermelon #F95573
RGB
CMYK
RGB Variations
Color information
#F95573 (or 0xF95573) is known color: Wild Watermelon. HEX triplet: F9, 55 and 73. RGB value is (249,85,115). Sum of RGB (Red+Green+Blue) = 249+85+115=449 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.46% from 449); Green value is 85 (33.59% from 255 or 18.93% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 249 - color contains mainly: red. Hex color #F95573 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95573 is #06AA8C. Grayscale: #898989. Windows color (decimal): -436877 or 7558649. OLE color: 7558649.
HSL color Cylindrical-coordinate representation of color #F95573: hue angle of 349.02º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F95573 is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 85 | 115 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.02 |
| HSL | 349.02º | 0.93% | 0.65% | - |
| HSV(B) | 349.02º | 0.66% | 0.98% | - |
| XYZ | 45.41 | 27.87 | 19.21 | - |
| YUV | 137.46 | 115.33 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 85 | 115 | 0 | 0.66 | 0.54 | 0.02 | 349.02 | 0.93 | 0.65 |
| Hex | F9 | 55 | 73 | 0 | 42 | 36 | 2 | 15D | 5D | 41 |
| Octal | 371 | 125 | 163 | 0 | 102 | 66 | 2 | 535 | 135 | 101 |
| Binary | 11111001 | 1010101 | 1110011 | 0 | 1000010 | 110110 | 10 | 101011101 | 1011101 | 1000001 |
Color Harmonies of #F95573
Complementary color
Monochromatic Colors of #F95573
Black with #F95573
Text Example
Text Example
White with #F95573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95573; }
p { color: rgb(249,85,115); }
H1.HeaderClassName
{
color: #F95573;
}
.AnyTagClassName
{
color: #F95573;
}
</style>
background-color css
<style>
a { background-color: #F95573; }
a { background-color: rgb(249,85,115); }
div.DivClassName
{
background-color: #F95573;
}
.BgClassName
{
background-color: #F95573;
}
</style>
border-color css
<style>
span { border-color: #F95573; }
span { border-color: rgb(249,85,115); }
td.TdClassName
{
border-color: #F95573;
}
.TagClassName
{
border-color: #F95573;
}
</style>