Shades of Radical Red #F54555
Tints of Radical Red #F54555
RGB
CMYK
RGB Variations
Color information
#F54555 (or 0xF54555) is known color: Radical Red. HEX triplet: F5, 45 and 55. RGB value is (245,69,85). Sum of RGB (Red+Green+Blue) = 245+69+85=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F54555 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54555 is #0ABAAA. Grayscale: #7B7B7B. Windows color (decimal): -703147 or 5588469. OLE color: 5588469.
HSL color Cylindrical-coordinate representation of color #F54555: hue angle of 354.55º 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 #F54555 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 85 | - |
| CMYK | 0 | 0.72 | 0.65 | 0.04 |
| HSL | 354.55º | 0.9% | 0.62% | - |
| HSV(B) | 354.55º | 0.72% | 0.96% | - |
| XYZ | 41.42 | 24.32 | 11.11 | - |
| YUV | 123.45 | 106.31 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 85 | 0 | 0.72 | 0.65 | 0.04 | 354.55 | 0.9 | 0.62 |
| Hex | F5 | 45 | 55 | 0 | 48 | 41 | 4 | 163 | 5A | 3E |
| Octal | 365 | 105 | 125 | 0 | 110 | 101 | 4 | 543 | 132 | 76 |
| Binary | 11110101 | 1000101 | 1010101 | 0 | 1001000 | 1000001 | 100 | 101100011 | 1011010 | 111110 |
Color Harmonies of #F54555
Complementary color
Monochromatic Colors of #F54555
Black with #F54555
Text Example
Text Example
White with #F54555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54555; }
p { color: rgb(245,69,85); }
H1.HeaderClassName
{
color: #F54555;
}
.AnyTagClassName
{
color: #F54555;
}
</style>
background-color css
<style>
a { background-color: #F54555; }
a { background-color: rgb(245,69,85); }
div.DivClassName
{
background-color: #F54555;
}
.BgClassName
{
background-color: #F54555;
}
</style>
border-color css
<style>
span { border-color: #F54555; }
span { border-color: rgb(245,69,85); }
td.TdClassName
{
border-color: #F54555;
}
.TagClassName
{
border-color: #F54555;
}
</style>