Shades of Radical Red #F54452
Tints of Radical Red #F54452
RGB
CMYK
RGB Variations
Color information
#F54452 (or 0xF54452) is known color: Radical Red. HEX triplet: F5, 44 and 52. RGB value is (245,68,82). Sum of RGB (Red+Green+Blue) = 245+68+82=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F54452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54452 is #0ABBAD. Grayscale: #7A7A7A. Windows color (decimal): -703406 or 5391605. OLE color: 5391605.
HSL color Cylindrical-coordinate representation of color #F54452: hue angle of 355.25º 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 #F54452 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 82 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.04 |
| HSL | 355.25º | 0.9% | 0.61% | - |
| HSV(B) | 355.25º | 0.72% | 0.96% | - |
| XYZ | 41.25 | 24.16 | 10.47 | - |
| YUV | 122.52 | 105.14 | 215.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 82 | 0 | 0.72 | 0.67 | 0.04 | 355.25 | 0.9 | 0.61 |
| Hex | F5 | 44 | 52 | 0 | 48 | 43 | 4 | 163 | 5A | 3D |
| Octal | 365 | 104 | 122 | 0 | 110 | 103 | 4 | 543 | 132 | 75 |
| Binary | 11110101 | 1000100 | 1010010 | 0 | 1001000 | 1000011 | 100 | 101100011 | 1011010 | 111101 |
Color Harmonies of #F54452
Complementary color
Monochromatic Colors of #F54452
Black with #F54452
Text Example
Text Example
White with #F54452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54452; }
p { color: rgb(245,68,82); }
H1.HeaderClassName
{
color: #F54452;
}
.AnyTagClassName
{
color: #F54452;
}
</style>
background-color css
<style>
a { background-color: #F54452; }
a { background-color: rgb(245,68,82); }
div.DivClassName
{
background-color: #F54452;
}
.BgClassName
{
background-color: #F54452;
}
</style>
border-color css
<style>
span { border-color: #F54452; }
span { border-color: rgb(245,68,82); }
td.TdClassName
{
border-color: #F54452;
}
.TagClassName
{
border-color: #F54452;
}
</style>