Shades of Radical Red #FE4051
Tints of Radical Red #FE4051
RGB
CMYK
RGB Variations
Color information
#FE4051 (or 0xFE4051) is known color: Radical Red. HEX triplet: FE, 40 and 51. RGB value is (254,64,81). Sum of RGB (Red+Green+Blue) = 254+64+81=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 81 (32.03% from 255 or 20.30% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4051 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4051 is #01BFAE. Grayscale: #7A7A7A. Windows color (decimal): -114607 or 5325054. OLE color: 5325054.
HSL color Cylindrical-coordinate representation of color #FE4051: hue angle of 354.63º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE4051 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 81 | - |
| CMYK | 0 | 0.75 | 0.68 | 0.00 |
| HSL | 354.63º | 0.99% | 0.62% | - |
| HSV(B) | 354.63º | 0.75% | 1% | - |
| XYZ | 44.19 | 25.33 | 10.34 | - |
| YUV | 122.75 | 104.45 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 81 | 0 | 0.75 | 0.68 | 0.00 | 354.63 | 0.99 | 0.62 |
| Hex | FE | 40 | 51 | 0 | 4B | 44 | 0 | 163 | 63 | 3E |
| Octal | 376 | 100 | 121 | 0 | 113 | 104 | 0 | 543 | 143 | 76 |
| Binary | 11111110 | 1000000 | 1010001 | 0 | 1001011 | 1000100 | 0 | 101100011 | 1100011 | 111110 |
Color Harmonies of #FE4051
Complementary color
Monochromatic Colors of #FE4051
Black with #FE4051
Text Example
Text Example
White with #FE4051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4051; }
p { color: rgb(254,64,81); }
H1.HeaderClassName
{
color: #FE4051;
}
.AnyTagClassName
{
color: #FE4051;
}
</style>
background-color css
<style>
a { background-color: #FE4051; }
a { background-color: rgb(254,64,81); }
div.DivClassName
{
background-color: #FE4051;
}
.BgClassName
{
background-color: #FE4051;
}
</style>
border-color css
<style>
span { border-color: #FE4051; }
span { border-color: rgb(254,64,81); }
td.TdClassName
{
border-color: #FE4051;
}
.TagClassName
{
border-color: #FE4051;
}
</style>