Shades of Radical Red #F54558
Tints of Radical Red #F54558
RGB
CMYK
RGB Variations
Color information
#F54558 (or 0xF54558) is known color: Radical Red. HEX triplet: F5, 45 and 58. RGB value is (245,69,88). Sum of RGB (Red+Green+Blue) = 245+69+88=402 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.95% from 402); Green value is 69 (27.34% from 255 or 17.16% from 402); Blue value is 88 (34.77% from 255 or 21.89% from 402); Max value from RGB is 245 - color contains mainly: red. Hex color #F54558 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54558 is #0ABAA7. Grayscale: #7B7B7B. Windows color (decimal): -703144 or 5785077. OLE color: 5785077.
HSL color Cylindrical-coordinate representation of color #F54558: hue angle of 353.52º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F54558 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 88 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.04 |
| HSL | 353.52º | 0.9% | 0.62% | - |
| HSV(B) | 353.52º | 0.72% | 0.96% | - |
| XYZ | 41.55 | 24.37 | 11.75 | - |
| YUV | 123.79 | 107.81 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 88 | 0 | 0.72 | 0.64 | 0.04 | 353.52 | 0.9 | 0.62 |
| Hex | F5 | 45 | 58 | 0 | 48 | 40 | 4 | 162 | 5A | 3E |
| Octal | 365 | 105 | 130 | 0 | 110 | 100 | 4 | 542 | 132 | 76 |
| Binary | 11110101 | 1000101 | 1011000 | 0 | 1001000 | 1000000 | 100 | 101100010 | 1011010 | 111110 |
Color Harmonies of #F54558
Complementary color
Monochromatic Colors of #F54558
Black with #F54558
Text Example
Text Example
White with #F54558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54558; }
p { color: rgb(245,69,88); }
H1.HeaderClassName
{
color: #F54558;
}
.AnyTagClassName
{
color: #F54558;
}
</style>
background-color css
<style>
a { background-color: #F54558; }
a { background-color: rgb(245,69,88); }
div.DivClassName
{
background-color: #F54558;
}
.BgClassName
{
background-color: #F54558;
}
</style>
border-color css
<style>
span { border-color: #F54558; }
span { border-color: rgb(245,69,88); }
td.TdClassName
{
border-color: #F54558;
}
.TagClassName
{
border-color: #F54558;
}
</style>