Shades of Radical Red #FE245C
Tints of Radical Red #FE245C
RGB
CMYK
RGB Variations
Color information
#FE245C (or 0xFE245C) is known color: Radical Red. HEX triplet: FE, 24 and 5C. RGB value is (254,36,92). Sum of RGB (Red+Green+Blue) = 254+36+92=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE245C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE245C is #01DBA3. Grayscale: #6B6B6B. Windows color (decimal): -121764 or 6038782. OLE color: 6038782.
HSL color Cylindrical-coordinate representation of color #FE245C: hue angle of 344.59º 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 #FE245C is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 92 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.00 |
| HSL | 344.59º | 0.99% | 0.57% | - |
| HSV(B) | 344.59º | 0.86% | 1% | - |
| XYZ | 43.44 | 23.11 | 12.3 | - |
| YUV | 107.57 | 119.22 | 232.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 92 | 0 | 0.86 | 0.64 | 0.00 | 344.59 | 0.99 | 0.57 |
| Hex | FE | 24 | 5C | 0 | 56 | 40 | 0 | 159 | 63 | 39 |
| Octal | 376 | 44 | 134 | 0 | 126 | 100 | 0 | 531 | 143 | 71 |
| Binary | 11111110 | 100100 | 1011100 | 0 | 1010110 | 1000000 | 0 | 101011001 | 1100011 | 111001 |
Color Harmonies of #FE245C
Complementary color
Monochromatic Colors of #FE245C
Black with #FE245C
Text Example
Text Example
White with #FE245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE245C; }
p { color: rgb(254,36,92); }
H1.HeaderClassName
{
color: #FE245C;
}
.AnyTagClassName
{
color: #FE245C;
}
</style>
background-color css
<style>
a { background-color: #FE245C; }
a { background-color: rgb(254,36,92); }
div.DivClassName
{
background-color: #FE245C;
}
.BgClassName
{
background-color: #FE245C;
}
</style>
border-color css
<style>
span { border-color: #FE245C; }
span { border-color: rgb(254,36,92); }
td.TdClassName
{
border-color: #FE245C;
}
.TagClassName
{
border-color: #FE245C;
}
</style>