Shades of Radical Red #FE4151
Tints of Radical Red #FE4151
RGB
CMYK
RGB Variations
Color information
#FE4151 (or 0xFE4151) is known color: Radical Red. HEX triplet: FE, 41 and 51. RGB value is (254,65,81). Sum of RGB (Red+Green+Blue) = 254+65+81=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4151 is #01BEAE. Grayscale: #7B7B7B. Windows color (decimal): -114351 or 5325310. OLE color: 5325310.
HSL color Cylindrical-coordinate representation of color #FE4151: hue angle of 354.92º 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 #FE4151 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 81 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.00 |
| HSL | 354.92º | 0.99% | 0.63% | - |
| HSV(B) | 354.92º | 0.74% | 1% | - |
| XYZ | 44.25 | 25.45 | 10.36 | - |
| YUV | 123.34 | 104.12 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 81 | 0 | 0.74 | 0.68 | 0.00 | 354.92 | 0.99 | 0.63 |
| Hex | FE | 41 | 51 | 0 | 4A | 44 | 0 | 163 | 63 | 3F |
| Octal | 376 | 101 | 121 | 0 | 112 | 104 | 0 | 543 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1010001 | 0 | 1001010 | 1000100 | 0 | 101100011 | 1100011 | 111111 |
Color Harmonies of #FE4151
Complementary color
Monochromatic Colors of #FE4151
Black with #FE4151
Text Example
Text Example
White with #FE4151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4151; }
p { color: rgb(254,65,81); }
H1.HeaderClassName
{
color: #FE4151;
}
.AnyTagClassName
{
color: #FE4151;
}
</style>
background-color css
<style>
a { background-color: #FE4151; }
a { background-color: rgb(254,65,81); }
div.DivClassName
{
background-color: #FE4151;
}
.BgClassName
{
background-color: #FE4151;
}
</style>
border-color css
<style>
span { border-color: #FE4151; }
span { border-color: rgb(254,65,81); }
td.TdClassName
{
border-color: #FE4151;
}
.TagClassName
{
border-color: #FE4151;
}
</style>