Shades of Wild Watermelon #F8476E
Tints of Wild Watermelon #F8476E
RGB
CMYK
RGB Variations
Color information
#F8476E (or 0xF8476E) is known color: Wild Watermelon. HEX triplet: F8, 47 and 6E. RGB value is (248,71,110). Sum of RGB (Red+Green+Blue) = 248+71+110=429 (56% of max value = 765). Red value is 248 (97.27% from 255 or 57.81% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 248 - color contains mainly: red. Hex color #F8476E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8476E is #07B891. Grayscale: #808080. Windows color (decimal): -506002 or 7227384. OLE color: 7227384.
HSL color Cylindrical-coordinate representation of color #F8476E: hue angle of 346.78º 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 #F8476E is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 71 | 110 | - |
| CMYK | 0 | 0.71 | 0.56 | 0.03 |
| HSL | 346.78º | 0.93% | 0.63% | - |
| HSV(B) | 346.78º | 0.71% | 0.97% | - |
| XYZ | 43.78 | 25.59 | 17.38 | - |
| YUV | 128.37 | 117.64 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 71 | 110 | 0 | 0.71 | 0.56 | 0.03 | 346.78 | 0.93 | 0.63 |
| Hex | F8 | 47 | 6E | 0 | 47 | 38 | 3 | 15B | 5D | 3F |
| Octal | 370 | 107 | 156 | 0 | 107 | 70 | 3 | 533 | 135 | 77 |
| Binary | 11111000 | 1000111 | 1101110 | 0 | 1000111 | 111000 | 11 | 101011011 | 1011101 | 111111 |
Color Harmonies of #F8476E
Complementary color
Monochromatic Colors of #F8476E
Black with #F8476E
Text Example
Text Example
White with #F8476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8476E; }
p { color: rgb(248,71,110); }
H1.HeaderClassName
{
color: #F8476E;
}
.AnyTagClassName
{
color: #F8476E;
}
</style>
background-color css
<style>
a { background-color: #F8476E; }
a { background-color: rgb(248,71,110); }
div.DivClassName
{
background-color: #F8476E;
}
.BgClassName
{
background-color: #F8476E;
}
</style>
border-color css
<style>
span { border-color: #F8476E; }
span { border-color: rgb(248,71,110); }
td.TdClassName
{
border-color: #F8476E;
}
.TagClassName
{
border-color: #F8476E;
}
</style>