Shades of Radical Red #F5426C
Tints of Radical Red #F5426C
RGB
CMYK
RGB Variations
Color information
#F5426C (or 0xF5426C) is known color: Radical Red. HEX triplet: F5, 42 and 6C. RGB value is (245,66,108). Sum of RGB (Red+Green+Blue) = 245+66+108=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F5426C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5426C is #0ABD93. Grayscale: #7C7C7C. Windows color (decimal): -703892 or 7095029. OLE color: 7095029.
HSL color Cylindrical-coordinate representation of color #F5426C: hue angle of 345.92º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5426C is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 108 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.04 |
| HSL | 345.92º | 0.9% | 0.61% | - |
| HSV(B) | 345.92º | 0.73% | 0.96% | - |
| XYZ | 42.31 | 24.39 | 16.67 | - |
| YUV | 124.31 | 118.8 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 108 | 0 | 0.73 | 0.56 | 0.04 | 345.92 | 0.9 | 0.61 |
| Hex | F5 | 42 | 6C | 0 | 49 | 38 | 4 | 15A | 5A | 3D |
| Octal | 365 | 102 | 154 | 0 | 111 | 70 | 4 | 532 | 132 | 75 |
| Binary | 11110101 | 1000010 | 1101100 | 0 | 1001001 | 111000 | 100 | 101011010 | 1011010 | 111101 |
Color Harmonies of #F5426C
Complementary color
Monochromatic Colors of #F5426C
Black with #F5426C
Text Example
Text Example
White with #F5426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5426C; }
p { color: rgb(245,66,108); }
H1.HeaderClassName
{
color: #F5426C;
}
.AnyTagClassName
{
color: #F5426C;
}
</style>
background-color css
<style>
a { background-color: #F5426C; }
a { background-color: rgb(245,66,108); }
div.DivClassName
{
background-color: #F5426C;
}
.BgClassName
{
background-color: #F5426C;
}
</style>
border-color css
<style>
span { border-color: #F5426C; }
span { border-color: rgb(245,66,108); }
td.TdClassName
{
border-color: #F5426C;
}
.TagClassName
{
border-color: #F5426C;
}
</style>