Shades of Radical Red #F5454C
Tints of Radical Red #F5454C
RGB
CMYK
RGB Variations
Color information
#F5454C (or 0xF5454C) is known color: Radical Red. HEX triplet: F5, 45 and 4C. RGB value is (245,69,76). Sum of RGB (Red+Green+Blue) = 245+69+76=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F5454C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5454C is #0ABAB3. Grayscale: #7A7A7A. Windows color (decimal): -703156 or 4998645. OLE color: 4998645.
HSL color Cylindrical-coordinate representation of color #F5454C: hue angle of 357.61º 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 #F5454C is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 76 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.04 |
| HSL | 357.61º | 0.9% | 0.62% | - |
| HSV(B) | 357.61º | 0.72% | 0.96% | - |
| XYZ | 41.09 | 24.19 | 9.34 | - |
| YUV | 122.42 | 101.81 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 76 | 0 | 0.72 | 0.69 | 0.04 | 357.61 | 0.9 | 0.62 |
| Hex | F5 | 45 | 4C | 0 | 48 | 45 | 4 | 166 | 5A | 3E |
| Octal | 365 | 105 | 114 | 0 | 110 | 105 | 4 | 546 | 132 | 76 |
| Binary | 11110101 | 1000101 | 1001100 | 0 | 1001000 | 1000101 | 100 | 101100110 | 1011010 | 111110 |
Color Harmonies of #F5454C
Complementary color
Monochromatic Colors of #F5454C
Black with #F5454C
Text Example
Text Example
White with #F5454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5454C; }
p { color: rgb(245,69,76); }
H1.HeaderClassName
{
color: #F5454C;
}
.AnyTagClassName
{
color: #F5454C;
}
</style>
background-color css
<style>
a { background-color: #F5454C; }
a { background-color: rgb(245,69,76); }
div.DivClassName
{
background-color: #F5454C;
}
.BgClassName
{
background-color: #F5454C;
}
</style>
border-color css
<style>
span { border-color: #F5454C; }
span { border-color: rgb(245,69,76); }
td.TdClassName
{
border-color: #F5454C;
}
.TagClassName
{
border-color: #F5454C;
}
</style>