Shades of Radical Red #F54850
Tints of Radical Red #F54850
RGB
CMYK
RGB Variations
Color information
#F54850 (or 0xF54850) is known color: Radical Red. HEX triplet: F5, 48 and 50. RGB value is (245,72,80). Sum of RGB (Red+Green+Blue) = 245+72+80=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F54850 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F54850 is #0AB7AF. Grayscale: #7C7C7C. Windows color (decimal): -702384 or 5261557. OLE color: 5261557.
HSL color Cylindrical-coordinate representation of color #F54850: hue angle of 357.23º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F54850 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 80 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.04 |
| HSL | 357.23º | 0.9% | 0.62% | - |
| HSV(B) | 357.23º | 0.71% | 0.96% | - |
| XYZ | 41.42 | 24.63 | 10.16 | - |
| YUV | 124.64 | 102.81 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 80 | 0 | 0.71 | 0.67 | 0.04 | 357.23 | 0.9 | 0.62 |
| Hex | F5 | 48 | 50 | 0 | 47 | 43 | 4 | 165 | 5A | 3E |
| Octal | 365 | 110 | 120 | 0 | 107 | 103 | 4 | 545 | 132 | 76 |
| Binary | 11110101 | 1001000 | 1010000 | 0 | 1000111 | 1000011 | 100 | 101100101 | 1011010 | 111110 |
Color Harmonies of #F54850
Complementary color
Monochromatic Colors of #F54850
Black with #F54850
Text Example
Text Example
White with #F54850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54850; }
p { color: rgb(245,72,80); }
H1.HeaderClassName
{
color: #F54850;
}
.AnyTagClassName
{
color: #F54850;
}
</style>
background-color css
<style>
a { background-color: #F54850; }
a { background-color: rgb(245,72,80); }
div.DivClassName
{
background-color: #F54850;
}
.BgClassName
{
background-color: #F54850;
}
</style>
border-color css
<style>
span { border-color: #F54850; }
span { border-color: rgb(245,72,80); }
td.TdClassName
{
border-color: #F54850;
}
.TagClassName
{
border-color: #F54850;
}
</style>