Shades of Radical Red #F5454F
Tints of Radical Red #F5454F
RGB
CMYK
RGB Variations
Color information
#F5454F (or 0xF5454F) is known color: Radical Red. HEX triplet: F5, 45 and 4F. RGB value is (245,69,79). Sum of RGB (Red+Green+Blue) = 245+69+79=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 69 (27.34% from 255 or 17.56% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F5454F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5454F is #0ABAB0. Grayscale: #7A7A7A. Windows color (decimal): -703153 or 5195253. OLE color: 5195253.
HSL color Cylindrical-coordinate representation of color #F5454F: hue angle of 356.59º 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 #F5454F is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 79 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.04 |
| HSL | 356.59º | 0.9% | 0.62% | - |
| HSV(B) | 356.59º | 0.72% | 0.96% | - |
| XYZ | 41.2 | 24.23 | 9.9 | - |
| YUV | 122.76 | 103.31 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 79 | 0 | 0.72 | 0.68 | 0.04 | 356.59 | 0.9 | 0.62 |
| Hex | F5 | 45 | 4F | 0 | 48 | 44 | 4 | 165 | 5A | 3E |
| Octal | 365 | 105 | 117 | 0 | 110 | 104 | 4 | 545 | 132 | 76 |
| Binary | 11110101 | 1000101 | 1001111 | 0 | 1001000 | 1000100 | 100 | 101100101 | 1011010 | 111110 |
Color Harmonies of #F5454F
Complementary color
Monochromatic Colors of #F5454F
Black with #F5454F
Text Example
Text Example
White with #F5454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5454F; }
p { color: rgb(245,69,79); }
H1.HeaderClassName
{
color: #F5454F;
}
.AnyTagClassName
{
color: #F5454F;
}
</style>
background-color css
<style>
a { background-color: #F5454F; }
a { background-color: rgb(245,69,79); }
div.DivClassName
{
background-color: #F5454F;
}
.BgClassName
{
background-color: #F5454F;
}
</style>
border-color css
<style>
span { border-color: #F5454F; }
span { border-color: rgb(245,69,79); }
td.TdClassName
{
border-color: #F5454F;
}
.TagClassName
{
border-color: #F5454F;
}
</style>