Shades of Radical Red #F5406C
Tints of Radical Red #F5406C
RGB
CMYK
RGB Variations
Color information
#F5406C (or 0xF5406C) is known color: Radical Red. HEX triplet: F5, 40 and 6C. RGB value is (245,64,108). Sum of RGB (Red+Green+Blue) = 245+64+108=417 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.75% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 245 - color contains mainly: red. Hex color #F5406C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5406C is #0ABF93. Grayscale: #7B7B7B. Windows color (decimal): -704404 or 7094517. OLE color: 7094517.
HSL color Cylindrical-coordinate representation of color #F5406C: hue angle of 345.41º 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 #F5406C is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 108 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.04 |
| HSL | 345.41º | 0.9% | 0.61% | - |
| HSV(B) | 345.41º | 0.74% | 0.96% | - |
| XYZ | 42.2 | 24.16 | 16.63 | - |
| YUV | 123.14 | 119.47 | 214.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 108 | 0 | 0.74 | 0.56 | 0.04 | 345.41 | 0.9 | 0.61 |
| Hex | F5 | 40 | 6C | 0 | 4A | 38 | 4 | 159 | 5A | 3D |
| Octal | 365 | 100 | 154 | 0 | 112 | 70 | 4 | 531 | 132 | 75 |
| Binary | 11110101 | 1000000 | 1101100 | 0 | 1001010 | 111000 | 100 | 101011001 | 1011010 | 111101 |
Color Harmonies of #F5406C
Complementary color
Monochromatic Colors of #F5406C
Black with #F5406C
Text Example
Text Example
White with #F5406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5406C; }
p { color: rgb(245,64,108); }
H1.HeaderClassName
{
color: #F5406C;
}
.AnyTagClassName
{
color: #F5406C;
}
</style>
background-color css
<style>
a { background-color: #F5406C; }
a { background-color: rgb(245,64,108); }
div.DivClassName
{
background-color: #F5406C;
}
.BgClassName
{
background-color: #F5406C;
}
</style>
border-color css
<style>
span { border-color: #F5406C; }
span { border-color: rgb(245,64,108); }
td.TdClassName
{
border-color: #F5406C;
}
.TagClassName
{
border-color: #F5406C;
}
</style>