Shades of Radical Red #F54553
Tints of Radical Red #F54553
RGB
CMYK
RGB Variations
Color information
#F54553 (or 0xF54553) is known color: Radical Red. HEX triplet: F5, 45 and 53. RGB value is (245,69,83). Sum of RGB (Red+Green+Blue) = 245+69+83=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 69 (27.34% from 255 or 17.38% from 397); Blue value is 83 (32.81% from 255 or 20.91% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F54553 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54553 is #0ABAAC. Grayscale: #7B7B7B. Windows color (decimal): -703149 or 5457397. OLE color: 5457397.
HSL color Cylindrical-coordinate representation of color #F54553: hue angle of 355.23º 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 #F54553 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 83 | - |
| CMYK | 0 | 0.72 | 0.66 | 0.04 |
| HSL | 355.23º | 0.9% | 0.62% | - |
| HSV(B) | 355.23º | 0.72% | 0.96% | - |
| XYZ | 41.35 | 24.29 | 10.69 | - |
| YUV | 123.22 | 105.31 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 83 | 0 | 0.72 | 0.66 | 0.04 | 355.23 | 0.9 | 0.62 |
| Hex | F5 | 45 | 53 | 0 | 48 | 42 | 4 | 163 | 5A | 3E |
| Octal | 365 | 105 | 123 | 0 | 110 | 102 | 4 | 543 | 132 | 76 |
| Binary | 11110101 | 1000101 | 1010011 | 0 | 1001000 | 1000010 | 100 | 101100011 | 1011010 | 111110 |
Color Harmonies of #F54553
Complementary color
Monochromatic Colors of #F54553
Black with #F54553
Text Example
Text Example
White with #F54553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54553; }
p { color: rgb(245,69,83); }
H1.HeaderClassName
{
color: #F54553;
}
.AnyTagClassName
{
color: #F54553;
}
</style>
background-color css
<style>
a { background-color: #F54553; }
a { background-color: rgb(245,69,83); }
div.DivClassName
{
background-color: #F54553;
}
.BgClassName
{
background-color: #F54553;
}
</style>
border-color css
<style>
span { border-color: #F54553; }
span { border-color: rgb(245,69,83); }
td.TdClassName
{
border-color: #F54553;
}
.TagClassName
{
border-color: #F54553;
}
</style>