Shades of Radical Red #F54551
Tints of Radical Red #F54551
RGB
CMYK
RGB Variations
Color information
#F54551 (or 0xF54551) is known color: Radical Red. HEX triplet: F5, 45 and 51. RGB value is (245,69,81). Sum of RGB (Red+Green+Blue) = 245+69+81=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 81 (32.03% from 255 or 20.51% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F54551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54551 is #0ABAAE. Grayscale: #7B7B7B. Windows color (decimal): -703151 or 5326325. OLE color: 5326325.
HSL color Cylindrical-coordinate representation of color #F54551: hue angle of 355.91º 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 #F54551 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 81 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.04 |
| HSL | 355.91º | 0.9% | 0.62% | - |
| HSV(B) | 355.91º | 0.72% | 0.96% | - |
| XYZ | 41.27 | 24.26 | 10.29 | - |
| YUV | 122.99 | 104.31 | 215.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 81 | 0 | 0.72 | 0.67 | 0.04 | 355.91 | 0.9 | 0.62 |
| Hex | F5 | 45 | 51 | 0 | 48 | 43 | 4 | 164 | 5A | 3E |
| Octal | 365 | 105 | 121 | 0 | 110 | 103 | 4 | 544 | 132 | 76 |
| Binary | 11110101 | 1000101 | 1010001 | 0 | 1001000 | 1000011 | 100 | 101100100 | 1011010 | 111110 |
Color Harmonies of #F54551
Complementary color
Monochromatic Colors of #F54551
Black with #F54551
Text Example
Text Example
White with #F54551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54551; }
p { color: rgb(245,69,81); }
H1.HeaderClassName
{
color: #F54551;
}
.AnyTagClassName
{
color: #F54551;
}
</style>
background-color css
<style>
a { background-color: #F54551; }
a { background-color: rgb(245,69,81); }
div.DivClassName
{
background-color: #F54551;
}
.BgClassName
{
background-color: #F54551;
}
</style>
border-color css
<style>
span { border-color: #F54551; }
span { border-color: rgb(245,69,81); }
td.TdClassName
{
border-color: #F54551;
}
.TagClassName
{
border-color: #F54551;
}
</style>