Shades of Wild Watermelon #F8486B
Tints of Wild Watermelon #F8486B
RGB
CMYK
RGB Variations
Color information
#F8486B (or 0xF8486B) is known color: Wild Watermelon. HEX triplet: F8, 48 and 6B. RGB value is (248,72,107). Sum of RGB (Red+Green+Blue) = 248+72+107=427 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.08% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 248 - color contains mainly: red. Hex color #F8486B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8486B is #07B794. Grayscale: #808080. Windows color (decimal): -505749 or 7031032. OLE color: 7031032.
HSL color Cylindrical-coordinate representation of color #F8486B: hue angle of 348.07º 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 #F8486B is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 72 | 107 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.03 |
| HSL | 348.07º | 0.93% | 0.63% | - |
| HSV(B) | 348.07º | 0.71% | 0.97% | - |
| XYZ | 43.68 | 25.65 | 16.56 | - |
| YUV | 128.61 | 115.81 | 213.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 72 | 107 | 0 | 0.71 | 0.57 | 0.03 | 348.07 | 0.93 | 0.63 |
| Hex | F8 | 48 | 6B | 0 | 47 | 39 | 3 | 15C | 5D | 3F |
| Octal | 370 | 110 | 153 | 0 | 107 | 71 | 3 | 534 | 135 | 77 |
| Binary | 11111000 | 1001000 | 1101011 | 0 | 1000111 | 111001 | 11 | 101011100 | 1011101 | 111111 |
Color Harmonies of #F8486B
Complementary color
Monochromatic Colors of #F8486B
Black with #F8486B
Text Example
Text Example
White with #F8486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8486B; }
p { color: rgb(248,72,107); }
H1.HeaderClassName
{
color: #F8486B;
}
.AnyTagClassName
{
color: #F8486B;
}
</style>
background-color css
<style>
a { background-color: #F8486B; }
a { background-color: rgb(248,72,107); }
div.DivClassName
{
background-color: #F8486B;
}
.BgClassName
{
background-color: #F8486B;
}
</style>
border-color css
<style>
span { border-color: #F8486B; }
span { border-color: rgb(248,72,107); }
td.TdClassName
{
border-color: #F8486B;
}
.TagClassName
{
border-color: #F8486B;
}
</style>