Shades of Radical Red #FE245F
Tints of Radical Red #FE245F
RGB
CMYK
RGB Variations
Color information
#FE245F (or 0xFE245F) is known color: Radical Red. HEX triplet: FE, 24 and 5F. RGB value is (254,36,95). Sum of RGB (Red+Green+Blue) = 254+36+95=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE245F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE245F is #01DBA0. Grayscale: #6B6B6B. Windows color (decimal): -121761 or 6235390. OLE color: 6235390.
HSL color Cylindrical-coordinate representation of color #FE245F: hue angle of 343.76º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE245F is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 95 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.00 |
| HSL | 343.76º | 0.99% | 0.57% | - |
| HSV(B) | 343.76º | 0.86% | 1% | - |
| XYZ | 43.57 | 23.16 | 13 | - |
| YUV | 107.91 | 120.72 | 232.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 95 | 0 | 0.86 | 0.63 | 0.00 | 343.76 | 0.99 | 0.57 |
| Hex | FE | 24 | 5F | 0 | 56 | 3F | 0 | 158 | 63 | 39 |
| Octal | 376 | 44 | 137 | 0 | 126 | 77 | 0 | 530 | 143 | 71 |
| Binary | 11111110 | 100100 | 1011111 | 0 | 1010110 | 111111 | 0 | 101011000 | 1100011 | 111001 |
Color Harmonies of #FE245F
Complementary color
Monochromatic Colors of #FE245F
Black with #FE245F
Text Example
Text Example
White with #FE245F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE245F; }
p { color: rgb(254,36,95); }
H1.HeaderClassName
{
color: #FE245F;
}
.AnyTagClassName
{
color: #FE245F;
}
</style>
background-color css
<style>
a { background-color: #FE245F; }
a { background-color: rgb(254,36,95); }
div.DivClassName
{
background-color: #FE245F;
}
.BgClassName
{
background-color: #FE245F;
}
</style>
border-color css
<style>
span { border-color: #FE245F; }
span { border-color: rgb(254,36,95); }
td.TdClassName
{
border-color: #FE245F;
}
.TagClassName
{
border-color: #FE245F;
}
</style>