Shades of Wild Watermelon #F45458
Tints of Wild Watermelon #F45458
RGB
CMYK
RGB Variations
Color information
#F45458 (or 0xF45458) is known color: Wild Watermelon. HEX triplet: F4, 54 and 58. RGB value is (244,84,88). Sum of RGB (Red+Green+Blue) = 244+84+88=416 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.65% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 244 - color contains mainly: red. Hex color #F45458 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F45458 is #0BABA7. Grayscale: #848484. Windows color (decimal): -764840 or 5788916. OLE color: 5788916.
HSL color Cylindrical-coordinate representation of color #F45458: hue angle of 358.5º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F45458 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 88 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.04 |
| HSL | 358.5º | 0.88% | 0.64% | - |
| HSV(B) | 358.5º | 0.66% | 0.96% | - |
| XYZ | 42.24 | 26.28 | 12.08 | - |
| YUV | 132.3 | 103.01 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 88 | 0 | 0.66 | 0.64 | 0.04 | 358.5 | 0.88 | 0.64 |
| Hex | F4 | 54 | 58 | 0 | 42 | 40 | 4 | 166 | 58 | 40 |
| Octal | 364 | 124 | 130 | 0 | 102 | 100 | 4 | 546 | 130 | 100 |
| Binary | 11110100 | 1010100 | 1011000 | 0 | 1000010 | 1000000 | 100 | 101100110 | 1011000 | 1000000 |
Color Harmonies of #F45458
Complementary color
Monochromatic Colors of #F45458
Black with #F45458
Text Example
Text Example
White with #F45458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45458; }
p { color: rgb(244,84,88); }
H1.HeaderClassName
{
color: #F45458;
}
.AnyTagClassName
{
color: #F45458;
}
</style>
background-color css
<style>
a { background-color: #F45458; }
a { background-color: rgb(244,84,88); }
div.DivClassName
{
background-color: #F45458;
}
.BgClassName
{
background-color: #F45458;
}
</style>
border-color css
<style>
span { border-color: #F45458; }
span { border-color: rgb(244,84,88); }
td.TdClassName
{
border-color: #F45458;
}
.TagClassName
{
border-color: #F45458;
}
</style>