Shades of Radical Red #FE254E
Tints of Radical Red #FE254E
RGB
CMYK
RGB Variations
Color information
#FE254E (or 0xFE254E) is known color: Radical Red. HEX triplet: FE, 25 and 4E. RGB value is (254,37,78). Sum of RGB (Red+Green+Blue) = 254+37+78=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 78 (30.86% from 255 or 21.14% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE254E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE254E is #01DAB1. Grayscale: #6A6A6A. Windows color (decimal): -121522 or 5121534. OLE color: 5121534.
HSL color Cylindrical-coordinate representation of color #FE254E: hue angle of 348.66º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE254E is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 78 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.00 |
| HSL | 348.66º | 0.99% | 0.57% | - |
| HSV(B) | 348.66º | 0.85% | 1% | - |
| XYZ | 42.91 | 22.94 | 9.37 | - |
| YUV | 106.56 | 111.89 | 233.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 78 | 0 | 0.85 | 0.69 | 0.00 | 348.66 | 0.99 | 0.57 |
| Hex | FE | 25 | 4E | 0 | 55 | 45 | 0 | 15D | 63 | 39 |
| Octal | 376 | 45 | 116 | 0 | 125 | 105 | 0 | 535 | 143 | 71 |
| Binary | 11111110 | 100101 | 1001110 | 0 | 1010101 | 1000101 | 0 | 101011101 | 1100011 | 111001 |
Color Harmonies of #FE254E
Complementary color
Monochromatic Colors of #FE254E
Black with #FE254E
Text Example
Text Example
White with #FE254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE254E; }
p { color: rgb(254,37,78); }
H1.HeaderClassName
{
color: #FE254E;
}
.AnyTagClassName
{
color: #FE254E;
}
</style>
background-color css
<style>
a { background-color: #FE254E; }
a { background-color: rgb(254,37,78); }
div.DivClassName
{
background-color: #FE254E;
}
.BgClassName
{
background-color: #FE254E;
}
</style>
border-color css
<style>
span { border-color: #FE254E; }
span { border-color: rgb(254,37,78); }
td.TdClassName
{
border-color: #FE254E;
}
.TagClassName
{
border-color: #FE254E;
}
</style>