Shades of Wild Watermelon #F96273
Tints of Wild Watermelon #F96273
RGB
CMYK
RGB Variations
Color information
#F96273 (or 0xF96273) is known color: Wild Watermelon. HEX triplet: F9, 62 and 73. RGB value is (249,98,115). Sum of RGB (Red+Green+Blue) = 249+98+115=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F96273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96273 is #069D8C. Grayscale: #919191. Windows color (decimal): -433549 or 7561977. OLE color: 7561977.
HSL color Cylindrical-coordinate representation of color #F96273: hue angle of 353.25º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F96273 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 115 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.02 |
| HSL | 353.25º | 0.93% | 0.68% | - |
| HSV(B) | 353.25º | 0.61% | 0.98% | - |
| XYZ | 46.53 | 30.11 | 19.58 | - |
| YUV | 145.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 115 | 0 | 0.61 | 0.54 | 0.02 | 353.25 | 0.93 | 0.68 |
| Hex | F9 | 62 | 73 | 0 | 3D | 36 | 2 | 161 | 5D | 44 |
| Octal | 371 | 142 | 163 | 0 | 75 | 66 | 2 | 541 | 135 | 104 |
| Binary | 11111001 | 1100010 | 1110011 | 0 | 111101 | 110110 | 10 | 101100001 | 1011101 | 1000100 |
Color Harmonies of #F96273
Complementary color
Monochromatic Colors of #F96273
Black with #F96273
Text Example
Text Example
White with #F96273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96273; }
p { color: rgb(249,98,115); }
H1.HeaderClassName
{
color: #F96273;
}
.AnyTagClassName
{
color: #F96273;
}
</style>
background-color css
<style>
a { background-color: #F96273; }
a { background-color: rgb(249,98,115); }
div.DivClassName
{
background-color: #F96273;
}
.BgClassName
{
background-color: #F96273;
}
</style>
border-color css
<style>
span { border-color: #F96273; }
span { border-color: rgb(249,98,115); }
td.TdClassName
{
border-color: #F96273;
}
.TagClassName
{
border-color: #F96273;
}
</style>