Shades of Radical Red #F5454A
Tints of Radical Red #F5454A
RGB
CMYK
RGB Variations
Color information
#F5454A (or 0xF5454A) is known color: Radical Red. HEX triplet: F5, 45 and 4A. RGB value is (245,69,74). Sum of RGB (Red+Green+Blue) = 245+69+74=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5454A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5454A is #0ABAB5. Grayscale: #7A7A7A. Windows color (decimal): -703158 or 4867573. OLE color: 4867573.
HSL color Cylindrical-coordinate representation of color #F5454A: hue angle of 358.3º 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 #F5454A is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 74 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.04 |
| HSL | 358.3º | 0.9% | 0.62% | - |
| HSV(B) | 358.3º | 0.72% | 0.96% | - |
| XYZ | 41.02 | 24.16 | 8.98 | - |
| YUV | 122.19 | 100.81 | 215.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 74 | 0 | 0.72 | 0.70 | 0.04 | 358.3 | 0.9 | 0.62 |
| Hex | F5 | 45 | 4A | 0 | 48 | 46 | 4 | 166 | 5A | 3E |
| Octal | 365 | 105 | 112 | 0 | 110 | 106 | 4 | 546 | 132 | 76 |
| Binary | 11110101 | 1000101 | 1001010 | 0 | 1001000 | 1000110 | 100 | 101100110 | 1011010 | 111110 |
Color Harmonies of #F5454A
Complementary color
Monochromatic Colors of #F5454A
Black with #F5454A
Text Example
Text Example
White with #F5454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5454A; }
p { color: rgb(245,69,74); }
H1.HeaderClassName
{
color: #F5454A;
}
.AnyTagClassName
{
color: #F5454A;
}
</style>
background-color css
<style>
a { background-color: #F5454A; }
a { background-color: rgb(245,69,74); }
div.DivClassName
{
background-color: #F5454A;
}
.BgClassName
{
background-color: #F5454A;
}
</style>
border-color css
<style>
span { border-color: #F5454A; }
span { border-color: rgb(245,69,74); }
td.TdClassName
{
border-color: #F5454A;
}
.TagClassName
{
border-color: #F5454A;
}
</style>