Shades of Wild Watermelon #F85458
Tints of Wild Watermelon #F85458
RGB
CMYK
RGB Variations
Color information
#F85458 (or 0xF85458) is known color: Wild Watermelon. HEX triplet: F8, 54 and 58. RGB value is (248,84,88). Sum of RGB (Red+Green+Blue) = 248+84+88=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 84 (33.20% from 255 or 20% from 420); Blue value is 88 (34.77% from 255 or 20.95% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F85458 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85458 is #07ABA7. Grayscale: #858585. Windows color (decimal): -502696 or 5788920. OLE color: 5788920.
HSL color Cylindrical-coordinate representation of color #F85458: hue angle of 358.54º 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 #F85458 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 84 | 88 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.03 |
| HSL | 358.54º | 0.92% | 0.65% | - |
| HSV(B) | 358.54º | 0.66% | 0.97% | - |
| XYZ | 43.64 | 27 | 12.14 | - |
| YUV | 133.49 | 102.33 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 84 | 88 | 0 | 0.66 | 0.65 | 0.03 | 358.54 | 0.92 | 0.65 |
| Hex | F8 | 54 | 58 | 0 | 42 | 41 | 3 | 167 | 5C | 41 |
| Octal | 370 | 124 | 130 | 0 | 102 | 101 | 3 | 547 | 134 | 101 |
| Binary | 11111000 | 1010100 | 1011000 | 0 | 1000010 | 1000001 | 11 | 101100111 | 1011100 | 1000001 |
Color Harmonies of #F85458
Complementary color
Monochromatic Colors of #F85458
Black with #F85458
Text Example
Text Example
White with #F85458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F85458; }
p { color: rgb(248,84,88); }
H1.HeaderClassName
{
color: #F85458;
}
.AnyTagClassName
{
color: #F85458;
}
</style>
background-color css
<style>
a { background-color: #F85458; }
a { background-color: rgb(248,84,88); }
div.DivClassName
{
background-color: #F85458;
}
.BgClassName
{
background-color: #F85458;
}
</style>
border-color css
<style>
span { border-color: #F85458; }
span { border-color: rgb(248,84,88); }
td.TdClassName
{
border-color: #F85458;
}
.TagClassName
{
border-color: #F85458;
}
</style>