Shades of Radical Red #F5405C
Tints of Radical Red #F5405C
RGB
CMYK
RGB Variations
Color information
#F5405C (or 0xF5405C) is known color: Radical Red. HEX triplet: F5, 40 and 5C. RGB value is (245,64,92). Sum of RGB (Red+Green+Blue) = 245+64+92=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F5405C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5405C is #0ABFA3. Grayscale: #797979. Windows color (decimal): -704420 or 6045941. OLE color: 6045941.
HSL color Cylindrical-coordinate representation of color #F5405C: hue angle of 350.72º 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 #F5405C is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 92 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.04 |
| HSL | 350.72º | 0.9% | 0.61% | - |
| HSV(B) | 350.72º | 0.74% | 0.96% | - |
| XYZ | 41.42 | 23.85 | 12.55 | - |
| YUV | 121.31 | 111.47 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 92 | 0 | 0.74 | 0.62 | 0.04 | 350.72 | 0.9 | 0.61 |
| Hex | F5 | 40 | 5C | 0 | 4A | 3E | 4 | 15F | 5A | 3D |
| Octal | 365 | 100 | 134 | 0 | 112 | 76 | 4 | 537 | 132 | 75 |
| Binary | 11110101 | 1000000 | 1011100 | 0 | 1001010 | 111110 | 100 | 101011111 | 1011010 | 111101 |
Color Harmonies of #F5405C
Complementary color
Monochromatic Colors of #F5405C
Black with #F5405C
Text Example
Text Example
White with #F5405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5405C; }
p { color: rgb(245,64,92); }
H1.HeaderClassName
{
color: #F5405C;
}
.AnyTagClassName
{
color: #F5405C;
}
</style>
background-color css
<style>
a { background-color: #F5405C; }
a { background-color: rgb(245,64,92); }
div.DivClassName
{
background-color: #F5405C;
}
.BgClassName
{
background-color: #F5405C;
}
</style>
border-color css
<style>
span { border-color: #F5405C; }
span { border-color: rgb(245,64,92); }
td.TdClassName
{
border-color: #F5405C;
}
.TagClassName
{
border-color: #F5405C;
}
</style>