Shades of Wild Watermelon #F8486E
Tints of Wild Watermelon #F8486E
RGB
CMYK
RGB Variations
Color information
#F8486E (or 0xF8486E) is known color: Wild Watermelon. HEX triplet: F8, 48 and 6E. RGB value is (248,72,110). Sum of RGB (Red+Green+Blue) = 248+72+110=430 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.67% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 248 - color contains mainly: red. Hex color #F8486E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8486E is #07B791. Grayscale: #808080. Windows color (decimal): -505746 or 7227640. OLE color: 7227640.
HSL color Cylindrical-coordinate representation of color #F8486E: hue angle of 347.05º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8486E is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 110 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.03 |
| HSL | 347.05º | 0.93% | 0.63% | - |
| HSV(B) | 347.05º | 0.71% | 0.97% | - |
| XYZ | 43.84 | 25.72 | 17.4 | - |
| YUV | 128.96 | 117.31 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 110 | 0 | 0.71 | 0.56 | 0.03 | 347.05 | 0.93 | 0.63 |
| Hex | F8 | 48 | 6E | 0 | 47 | 38 | 3 | 15B | 5D | 3F |
| Octal | 370 | 110 | 156 | 0 | 107 | 70 | 3 | 533 | 135 | 77 |
| Binary | 11111000 | 1001000 | 1101110 | 0 | 1000111 | 111000 | 11 | 101011011 | 1011101 | 111111 |
Color Harmonies of #F8486E
Complementary color
Monochromatic Colors of #F8486E
Black with #F8486E
Text Example
Text Example
White with #F8486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8486E; }
p { color: rgb(248,72,110); }
H1.HeaderClassName
{
color: #F8486E;
}
.AnyTagClassName
{
color: #F8486E;
}
</style>
background-color css
<style>
a { background-color: #F8486E; }
a { background-color: rgb(248,72,110); }
div.DivClassName
{
background-color: #F8486E;
}
.BgClassName
{
background-color: #F8486E;
}
</style>
border-color css
<style>
span { border-color: #F8486E; }
span { border-color: rgb(248,72,110); }
td.TdClassName
{
border-color: #F8486E;
}
.TagClassName
{
border-color: #F8486E;
}
</style>