Shades of Radical Red #F5406B
Tints of Radical Red #F5406B
RGB
CMYK
RGB Variations
Color information
#F5406B (or 0xF5406B) is known color: Radical Red. HEX triplet: F5, 40 and 6B. RGB value is (245,64,107). Sum of RGB (Red+Green+Blue) = 245+64+107=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F5406B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5406B is #0ABF94. Grayscale: #7B7B7B. Windows color (decimal): -704405 or 7028981. OLE color: 7028981.
HSL color Cylindrical-coordinate representation of color #F5406B: hue angle of 345.75º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5406B is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 107 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.04 |
| HSL | 345.75º | 0.9% | 0.61% | - |
| HSV(B) | 345.75º | 0.74% | 0.96% | - |
| XYZ | 42.14 | 24.14 | 16.35 | - |
| YUV | 123.02 | 118.97 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 107 | 0 | 0.74 | 0.56 | 0.04 | 345.75 | 0.9 | 0.61 |
| Hex | F5 | 40 | 6B | 0 | 4A | 38 | 4 | 15A | 5A | 3D |
| Octal | 365 | 100 | 153 | 0 | 112 | 70 | 4 | 532 | 132 | 75 |
| Binary | 11110101 | 1000000 | 1101011 | 0 | 1001010 | 111000 | 100 | 101011010 | 1011010 | 111101 |
Color Harmonies of #F5406B
Complementary color
Monochromatic Colors of #F5406B
Black with #F5406B
Text Example
Text Example
White with #F5406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5406B; }
p { color: rgb(245,64,107); }
H1.HeaderClassName
{
color: #F5406B;
}
.AnyTagClassName
{
color: #F5406B;
}
</style>
background-color css
<style>
a { background-color: #F5406B; }
a { background-color: rgb(245,64,107); }
div.DivClassName
{
background-color: #F5406B;
}
.BgClassName
{
background-color: #F5406B;
}
</style>
border-color css
<style>
span { border-color: #F5406B; }
span { border-color: rgb(245,64,107); }
td.TdClassName
{
border-color: #F5406B;
}
.TagClassName
{
border-color: #F5406B;
}
</style>