Shades of Radical Red #F5426F
Tints of Radical Red #F5426F
RGB
CMYK
RGB Variations
Color information
#F5426F (or 0xF5426F) is known color: Radical Red. HEX triplet: F5, 42 and 6F. RGB value is (245,66,111). Sum of RGB (Red+Green+Blue) = 245+66+111=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 66 (26.17% from 255 or 15.64% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F5426F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5426F is #0ABD90. Grayscale: #7C7C7C. Windows color (decimal): -703889 or 7291637. OLE color: 7291637.
HSL color Cylindrical-coordinate representation of color #F5426F: hue angle of 344.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 #F5426F is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 111 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.04 |
| HSL | 344.92º | 0.9% | 0.61% | - |
| HSV(B) | 344.92º | 0.73% | 0.96% | - |
| XYZ | 42.47 | 24.46 | 17.52 | - |
| YUV | 124.65 | 120.3 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 111 | 0 | 0.73 | 0.55 | 0.04 | 344.92 | 0.9 | 0.61 |
| Hex | F5 | 42 | 6F | 0 | 49 | 37 | 4 | 159 | 5A | 3D |
| Octal | 365 | 102 | 157 | 0 | 111 | 67 | 4 | 531 | 132 | 75 |
| Binary | 11110101 | 1000010 | 1101111 | 0 | 1001001 | 110111 | 100 | 101011001 | 1011010 | 111101 |
Color Harmonies of #F5426F
Complementary color
Monochromatic Colors of #F5426F
Black with #F5426F
Text Example
Text Example
White with #F5426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5426F; }
p { color: rgb(245,66,111); }
H1.HeaderClassName
{
color: #F5426F;
}
.AnyTagClassName
{
color: #F5426F;
}
</style>
background-color css
<style>
a { background-color: #F5426F; }
a { background-color: rgb(245,66,111); }
div.DivClassName
{
background-color: #F5426F;
}
.BgClassName
{
background-color: #F5426F;
}
</style>
border-color css
<style>
span { border-color: #F5426F; }
span { border-color: rgb(245,66,111); }
td.TdClassName
{
border-color: #F5426F;
}
.TagClassName
{
border-color: #F5426F;
}
</style>