Shades of Radical Red #F5426B
Tints of Radical Red #F5426B
RGB
CMYK
RGB Variations
Color information
#F5426B (or 0xF5426B) is known color: Radical Red. HEX triplet: F5, 42 and 6B. RGB value is (245,66,107). Sum of RGB (Red+Green+Blue) = 245+66+107=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F5426B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5426B is #0ABD94. Grayscale: #7C7C7C. Windows color (decimal): -703893 or 7029493. OLE color: 7029493.
HSL color Cylindrical-coordinate representation of color #F5426B: hue angle of 346.26º 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 #F5426B is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 107 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.04 |
| HSL | 346.26º | 0.9% | 0.61% | - |
| HSV(B) | 346.26º | 0.73% | 0.96% | - |
| XYZ | 42.26 | 24.37 | 16.39 | - |
| YUV | 124.2 | 118.3 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 107 | 0 | 0.73 | 0.56 | 0.04 | 346.26 | 0.9 | 0.61 |
| Hex | F5 | 42 | 6B | 0 | 49 | 38 | 4 | 15A | 5A | 3D |
| Octal | 365 | 102 | 153 | 0 | 111 | 70 | 4 | 532 | 132 | 75 |
| Binary | 11110101 | 1000010 | 1101011 | 0 | 1001001 | 111000 | 100 | 101011010 | 1011010 | 111101 |
Color Harmonies of #F5426B
Complementary color
Monochromatic Colors of #F5426B
Black with #F5426B
Text Example
Text Example
White with #F5426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5426B; }
p { color: rgb(245,66,107); }
H1.HeaderClassName
{
color: #F5426B;
}
.AnyTagClassName
{
color: #F5426B;
}
</style>
background-color css
<style>
a { background-color: #F5426B; }
a { background-color: rgb(245,66,107); }
div.DivClassName
{
background-color: #F5426B;
}
.BgClassName
{
background-color: #F5426B;
}
</style>
border-color css
<style>
span { border-color: #F5426B; }
span { border-color: rgb(245,66,107); }
td.TdClassName
{
border-color: #F5426B;
}
.TagClassName
{
border-color: #F5426B;
}
</style>