Shades of Wild Watermelon #F95673
Tints of Wild Watermelon #F95673
RGB
CMYK
RGB Variations
Color information
#F95673 (or 0xF95673) is known color: Wild Watermelon. HEX triplet: F9, 56 and 73. RGB value is (249,86,115). Sum of RGB (Red+Green+Blue) = 249+86+115=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F95673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F95673 is #06A98C. Grayscale: #8A8A8A. Windows color (decimal): -436621 or 7558905. OLE color: 7558905.
HSL color Cylindrical-coordinate representation of color #F95673: hue angle of 349.33º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F95673 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 86 | 115 | - |
| CMYK | 0 | 0.65 | 0.54 | 0.02 |
| HSL | 349.33º | 0.93% | 0.66% | - |
| HSV(B) | 349.33º | 0.65% | 0.98% | - |
| XYZ | 45.49 | 28.03 | 19.23 | - |
| YUV | 138.04 | 115 | 207.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 86 | 115 | 0 | 0.65 | 0.54 | 0.02 | 349.33 | 0.93 | 0.66 |
| Hex | F9 | 56 | 73 | 0 | 41 | 36 | 2 | 15D | 5D | 42 |
| Octal | 371 | 126 | 163 | 0 | 101 | 66 | 2 | 535 | 135 | 102 |
| Binary | 11111001 | 1010110 | 1110011 | 0 | 1000001 | 110110 | 10 | 101011101 | 1011101 | 1000010 |
Color Harmonies of #F95673
Complementary color
Monochromatic Colors of #F95673
Black with #F95673
Text Example
Text Example
White with #F95673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95673; }
p { color: rgb(249,86,115); }
H1.HeaderClassName
{
color: #F95673;
}
.AnyTagClassName
{
color: #F95673;
}
</style>
background-color css
<style>
a { background-color: #F95673; }
a { background-color: rgb(249,86,115); }
div.DivClassName
{
background-color: #F95673;
}
.BgClassName
{
background-color: #F95673;
}
</style>
border-color css
<style>
span { border-color: #F95673; }
span { border-color: rgb(249,86,115); }
td.TdClassName
{
border-color: #F95673;
}
.TagClassName
{
border-color: #F95673;
}
</style>