Shades of Radical Red #FE2450
Tints of Radical Red #FE2450
RGB
CMYK
RGB Variations
Color information
#FE2450 (or 0xFE2450) is known color: Radical Red. HEX triplet: FE, 24 and 50. RGB value is (254,36,80). Sum of RGB (Red+Green+Blue) = 254+36+80=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2450 is #01DBAF. Grayscale: #6A6A6A. Windows color (decimal): -121776 or 5252350. OLE color: 5252350.
HSL color Cylindrical-coordinate representation of color #FE2450: hue angle of 347.89º 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 #FE2450 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 80 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.00 |
| HSL | 347.89º | 0.99% | 0.57% | - |
| HSV(B) | 347.89º | 0.86% | 1% | - |
| XYZ | 42.95 | 22.91 | 9.75 | - |
| YUV | 106.2 | 113.22 | 233.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 80 | 0 | 0.86 | 0.69 | 0.00 | 347.89 | 0.99 | 0.57 |
| Hex | FE | 24 | 50 | 0 | 56 | 45 | 0 | 15C | 63 | 39 |
| Octal | 376 | 44 | 120 | 0 | 126 | 105 | 0 | 534 | 143 | 71 |
| Binary | 11111110 | 100100 | 1010000 | 0 | 1010110 | 1000101 | 0 | 101011100 | 1100011 | 111001 |
Color Harmonies of #FE2450
Complementary color
Monochromatic Colors of #FE2450
Black with #FE2450
Text Example
Text Example
White with #FE2450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2450; }
p { color: rgb(254,36,80); }
H1.HeaderClassName
{
color: #FE2450;
}
.AnyTagClassName
{
color: #FE2450;
}
</style>
background-color css
<style>
a { background-color: #FE2450; }
a { background-color: rgb(254,36,80); }
div.DivClassName
{
background-color: #FE2450;
}
.BgClassName
{
background-color: #FE2450;
}
</style>
border-color css
<style>
span { border-color: #FE2450; }
span { border-color: rgb(254,36,80); }
td.TdClassName
{
border-color: #FE2450;
}
.TagClassName
{
border-color: #FE2450;
}
</style>