Shades of Radical Red #F54458
Tints of Radical Red #F54458
RGB
CMYK
RGB Variations
Color information
#F54458 (or 0xF54458) is known color: Radical Red. HEX triplet: F5, 44 and 58. RGB value is (245,68,88). Sum of RGB (Red+Green+Blue) = 245+68+88=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 68 (26.95% from 255 or 16.96% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F54458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54458 is #0ABBA7. Grayscale: #7B7B7B. Windows color (decimal): -703400 or 5784821. OLE color: 5784821.
HSL color Cylindrical-coordinate representation of color #F54458: hue angle of 353.22º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F54458 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 88 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.04 |
| HSL | 353.22º | 0.9% | 0.61% | - |
| HSV(B) | 353.22º | 0.72% | 0.96% | - |
| XYZ | 41.48 | 24.25 | 11.73 | - |
| YUV | 123.2 | 108.14 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 88 | 0 | 0.72 | 0.64 | 0.04 | 353.22 | 0.9 | 0.61 |
| Hex | F5 | 44 | 58 | 0 | 48 | 40 | 4 | 161 | 5A | 3D |
| Octal | 365 | 104 | 130 | 0 | 110 | 100 | 4 | 541 | 132 | 75 |
| Binary | 11110101 | 1000100 | 1011000 | 0 | 1001000 | 1000000 | 100 | 101100001 | 1011010 | 111101 |
Color Harmonies of #F54458
Complementary color
Monochromatic Colors of #F54458
Black with #F54458
Text Example
Text Example
White with #F54458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54458; }
p { color: rgb(245,68,88); }
H1.HeaderClassName
{
color: #F54458;
}
.AnyTagClassName
{
color: #F54458;
}
</style>
background-color css
<style>
a { background-color: #F54458; }
a { background-color: rgb(245,68,88); }
div.DivClassName
{
background-color: #F54458;
}
.BgClassName
{
background-color: #F54458;
}
</style>
border-color css
<style>
span { border-color: #F54458; }
span { border-color: rgb(245,68,88); }
td.TdClassName
{
border-color: #F54458;
}
.TagClassName
{
border-color: #F54458;
}
</style>