Shades of Wild Watermelon #F8545E
Tints of Wild Watermelon #F8545E
RGB
CMYK
RGB Variations
Color information
#F8545E (or 0xF8545E) is known color: Wild Watermelon. HEX triplet: F8, 54 and 5E. RGB value is (248,84,94). Sum of RGB (Red+Green+Blue) = 248+84+94=426 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.22% from 426); Green value is 84 (33.20% from 255 or 19.72% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 248 - color contains mainly: red. Hex color #F8545E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8545E is #07ABA1. Grayscale: #868686. Windows color (decimal): -502690 or 6182136. OLE color: 6182136.
HSL color Cylindrical-coordinate representation of color #F8545E: hue angle of 356.34º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F8545E is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 94 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.03 |
| HSL | 356.34º | 0.92% | 0.65% | - |
| HSV(B) | 356.34º | 0.66% | 0.97% | - |
| XYZ | 43.9 | 27.11 | 13.51 | - |
| YUV | 134.18 | 105.33 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 94 | 0 | 0.66 | 0.62 | 0.03 | 356.34 | 0.92 | 0.65 |
| Hex | F8 | 54 | 5E | 0 | 42 | 3E | 3 | 164 | 5C | 41 |
| Octal | 370 | 124 | 136 | 0 | 102 | 76 | 3 | 544 | 134 | 101 |
| Binary | 11111000 | 1010100 | 1011110 | 0 | 1000010 | 111110 | 11 | 101100100 | 1011100 | 1000001 |
Color Harmonies of #F8545E
Complementary color
Monochromatic Colors of #F8545E
Black with #F8545E
Text Example
Text Example
White with #F8545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8545E; }
p { color: rgb(248,84,94); }
H1.HeaderClassName
{
color: #F8545E;
}
.AnyTagClassName
{
color: #F8545E;
}
</style>
background-color css
<style>
a { background-color: #F8545E; }
a { background-color: rgb(248,84,94); }
div.DivClassName
{
background-color: #F8545E;
}
.BgClassName
{
background-color: #F8545E;
}
</style>
border-color css
<style>
span { border-color: #F8545E; }
span { border-color: rgb(248,84,94); }
td.TdClassName
{
border-color: #F8545E;
}
.TagClassName
{
border-color: #F8545E;
}
</style>