Shades of Radical Red #F5456A
Tints of Radical Red #F5456A
RGB
CMYK
RGB Variations
Color information
#F5456A (or 0xF5456A) is known color: Radical Red. HEX triplet: F5, 45 and 6A. RGB value is (245,69,106). Sum of RGB (Red+Green+Blue) = 245+69+106=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F5456A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5456A is #0ABA95. Grayscale: #7D7D7D. Windows color (decimal): -703126 or 6964725. OLE color: 6964725.
HSL color Cylindrical-coordinate representation of color #F5456A: hue angle of 347.39º 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 #F5456A is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 106 | - |
| CMYK | 0 | 0.72 | 0.57 | 0.04 |
| HSL | 347.39º | 0.9% | 0.62% | - |
| HSV(B) | 347.39º | 0.72% | 0.96% | - |
| XYZ | 42.39 | 24.71 | 16.17 | - |
| YUV | 125.84 | 116.81 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 106 | 0 | 0.72 | 0.57 | 0.04 | 347.39 | 0.9 | 0.62 |
| Hex | F5 | 45 | 6A | 0 | 48 | 39 | 4 | 15B | 5A | 3E |
| Octal | 365 | 105 | 152 | 0 | 110 | 71 | 4 | 533 | 132 | 76 |
| Binary | 11110101 | 1000101 | 1101010 | 0 | 1001000 | 111001 | 100 | 101011011 | 1011010 | 111110 |
Color Harmonies of #F5456A
Complementary color
Monochromatic Colors of #F5456A
Black with #F5456A
Text Example
Text Example
White with #F5456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5456A; }
p { color: rgb(245,69,106); }
H1.HeaderClassName
{
color: #F5456A;
}
.AnyTagClassName
{
color: #F5456A;
}
</style>
background-color css
<style>
a { background-color: #F5456A; }
a { background-color: rgb(245,69,106); }
div.DivClassName
{
background-color: #F5456A;
}
.BgClassName
{
background-color: #F5456A;
}
</style>
border-color css
<style>
span { border-color: #F5456A; }
span { border-color: rgb(245,69,106); }
td.TdClassName
{
border-color: #F5456A;
}
.TagClassName
{
border-color: #F5456A;
}
</style>