Shades of Wild Watermelon #F8486C
Tints of Wild Watermelon #F8486C
RGB
CMYK
RGB Variations
Color information
#F8486C (or 0xF8486C) is known color: Wild Watermelon. HEX triplet: F8, 48 and 6C. RGB value is (248,72,108). Sum of RGB (Red+Green+Blue) = 248+72+108=428 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.94% from 428); Green value is 72 (28.52% from 255 or 16.82% from 428); Blue value is 108 (42.58% from 255 or 25.23% from 428); Max value from RGB is 248 - color contains mainly: red. Hex color #F8486C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8486C is #07B793. Grayscale: #808080. Windows color (decimal): -505748 or 7096568. OLE color: 7096568.
HSL color Cylindrical-coordinate representation of color #F8486C: hue angle of 347.73º 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 #F8486C is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 108 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.03 |
| HSL | 347.73º | 0.93% | 0.63% | - |
| HSV(B) | 347.73º | 0.71% | 0.97% | - |
| XYZ | 43.74 | 25.67 | 16.84 | - |
| YUV | 128.73 | 116.31 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 108 | 0 | 0.71 | 0.56 | 0.03 | 347.73 | 0.93 | 0.63 |
| Hex | F8 | 48 | 6C | 0 | 47 | 38 | 3 | 15C | 5D | 3F |
| Octal | 370 | 110 | 154 | 0 | 107 | 70 | 3 | 534 | 135 | 77 |
| Binary | 11111000 | 1001000 | 1101100 | 0 | 1000111 | 111000 | 11 | 101011100 | 1011101 | 111111 |
Color Harmonies of #F8486C
Complementary color
Monochromatic Colors of #F8486C
Black with #F8486C
Text Example
Text Example
White with #F8486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8486C; }
p { color: rgb(248,72,108); }
H1.HeaderClassName
{
color: #F8486C;
}
.AnyTagClassName
{
color: #F8486C;
}
</style>
background-color css
<style>
a { background-color: #F8486C; }
a { background-color: rgb(248,72,108); }
div.DivClassName
{
background-color: #F8486C;
}
.BgClassName
{
background-color: #F8486C;
}
</style>
border-color css
<style>
span { border-color: #F8486C; }
span { border-color: rgb(248,72,108); }
td.TdClassName
{
border-color: #F8486C;
}
.TagClassName
{
border-color: #F8486C;
}
</style>