Shades of Wild Watermelon #F86273
Tints of Wild Watermelon #F86273
RGB
CMYK
RGB Variations
Color information
#F86273 (or 0xF86273) is known color: Wild Watermelon. HEX triplet: F8, 62 and 73. RGB value is (248,98,115). Sum of RGB (Red+Green+Blue) = 248+98+115=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F86273 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86273 is #079D8C. Grayscale: #909090. Windows color (decimal): -499085 or 7561976. OLE color: 7561976.
HSL color Cylindrical-coordinate representation of color #F86273: hue angle of 353.2º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F86273 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 115 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.03 |
| HSL | 353.2º | 0.91% | 0.68% | - |
| HSV(B) | 353.2º | 0.6% | 0.97% | - |
| XYZ | 46.17 | 29.93 | 19.56 | - |
| YUV | 144.79 | 111.2 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 115 | 0 | 0.60 | 0.54 | 0.03 | 353.2 | 0.91 | 0.68 |
| Hex | F8 | 62 | 73 | 0 | 3C | 36 | 3 | 161 | 5B | 44 |
| Octal | 370 | 142 | 163 | 0 | 74 | 66 | 3 | 541 | 133 | 104 |
| Binary | 11111000 | 1100010 | 1110011 | 0 | 111100 | 110110 | 11 | 101100001 | 1011011 | 1000100 |
Color Harmonies of #F86273
Complementary color
Monochromatic Colors of #F86273
Black with #F86273
Text Example
Text Example
White with #F86273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86273; }
p { color: rgb(248,98,115); }
H1.HeaderClassName
{
color: #F86273;
}
.AnyTagClassName
{
color: #F86273;
}
</style>
background-color css
<style>
a { background-color: #F86273; }
a { background-color: rgb(248,98,115); }
div.DivClassName
{
background-color: #F86273;
}
.BgClassName
{
background-color: #F86273;
}
</style>
border-color css
<style>
span { border-color: #F86273; }
span { border-color: rgb(248,98,115); }
td.TdClassName
{
border-color: #F86273;
}
.TagClassName
{
border-color: #F86273;
}
</style>