Shades of Radical Red #FE4254
Tints of Radical Red #FE4254
RGB
CMYK
RGB Variations
Color information
#FE4254 (or 0xFE4254) is known color: Radical Red. HEX triplet: FE, 42 and 54. RGB value is (254,66,84). Sum of RGB (Red+Green+Blue) = 254+66+84=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 84 (33.20% from 255 or 20.79% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4254 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4254 is #01BDAB. Grayscale: #7C7C7C. Windows color (decimal): -114092 or 5522174. OLE color: 5522174.
HSL color Cylindrical-coordinate representation of color #FE4254: hue angle of 354.26º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE4254 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 84 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.00 |
| HSL | 354.26º | 0.99% | 0.63% | - |
| HSV(B) | 354.26º | 0.74% | 1% | - |
| XYZ | 44.42 | 25.61 | 10.99 | - |
| YUV | 124.26 | 105.28 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 84 | 0 | 0.74 | 0.67 | 0.00 | 354.26 | 0.99 | 0.63 |
| Hex | FE | 42 | 54 | 0 | 4A | 43 | 0 | 162 | 63 | 3F |
| Octal | 376 | 102 | 124 | 0 | 112 | 103 | 0 | 542 | 143 | 77 |
| Binary | 11111110 | 1000010 | 1010100 | 0 | 1001010 | 1000011 | 0 | 101100010 | 1100011 | 111111 |
Color Harmonies of #FE4254
Complementary color
Monochromatic Colors of #FE4254
Black with #FE4254
Text Example
Text Example
White with #FE4254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4254; }
p { color: rgb(254,66,84); }
H1.HeaderClassName
{
color: #FE4254;
}
.AnyTagClassName
{
color: #FE4254;
}
</style>
background-color css
<style>
a { background-color: #FE4254; }
a { background-color: rgb(254,66,84); }
div.DivClassName
{
background-color: #FE4254;
}
.BgClassName
{
background-color: #FE4254;
}
</style>
border-color css
<style>
span { border-color: #FE4254; }
span { border-color: rgb(254,66,84); }
td.TdClassName
{
border-color: #FE4254;
}
.TagClassName
{
border-color: #FE4254;
}
</style>