Shades of Radical Red #FE414E
Tints of Radical Red #FE414E
RGB
CMYK
RGB Variations
Color information
#FE414E (or 0xFE414E) is known color: Radical Red. HEX triplet: FE, 41 and 4E. RGB value is (254,65,78). Sum of RGB (Red+Green+Blue) = 254+65+78=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE414E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE414E is #01BEB1. Grayscale: #7B7B7B. Windows color (decimal): -114354 or 5128702. OLE color: 5128702.
HSL color Cylindrical-coordinate representation of color #FE414E: hue angle of 355.87º 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 #FE414E is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 78 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.00 |
| HSL | 355.87º | 0.99% | 0.63% | - |
| HSV(B) | 355.87º | 0.74% | 1% | - |
| XYZ | 44.14 | 25.4 | 9.78 | - |
| YUV | 122.99 | 102.62 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 78 | 0 | 0.74 | 0.69 | 0.00 | 355.87 | 0.99 | 0.63 |
| Hex | FE | 41 | 4E | 0 | 4A | 45 | 0 | 164 | 63 | 3F |
| Octal | 376 | 101 | 116 | 0 | 112 | 105 | 0 | 544 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1001110 | 0 | 1001010 | 1000101 | 0 | 101100100 | 1100011 | 111111 |
Color Harmonies of #FE414E
Complementary color
Monochromatic Colors of #FE414E
Black with #FE414E
Text Example
Text Example
White with #FE414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE414E; }
p { color: rgb(254,65,78); }
H1.HeaderClassName
{
color: #FE414E;
}
.AnyTagClassName
{
color: #FE414E;
}
</style>
background-color css
<style>
a { background-color: #FE414E; }
a { background-color: rgb(254,65,78); }
div.DivClassName
{
background-color: #FE414E;
}
.BgClassName
{
background-color: #FE414E;
}
</style>
border-color css
<style>
span { border-color: #FE414E; }
span { border-color: rgb(254,65,78); }
td.TdClassName
{
border-color: #FE414E;
}
.TagClassName
{
border-color: #FE414E;
}
</style>