Shades of Radical Red #FE2551
Tints of Radical Red #FE2551
RGB
CMYK
RGB Variations
Color information
#FE2551 (or 0xFE2551) is known color: Radical Red. HEX triplet: FE, 25 and 51. RGB value is (254,37,81). Sum of RGB (Red+Green+Blue) = 254+37+81=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2551 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2551 is #01DAAE. Grayscale: #6A6A6A. Windows color (decimal): -121519 or 5318142. OLE color: 5318142.
HSL color Cylindrical-coordinate representation of color #FE2551: hue angle of 347.83º 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 #FE2551 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 81 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.00 |
| HSL | 347.83º | 0.99% | 0.57% | - |
| HSV(B) | 347.83º | 0.85% | 1% | - |
| XYZ | 43.02 | 22.99 | 9.95 | - |
| YUV | 106.9 | 113.39 | 232.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 81 | 0 | 0.85 | 0.68 | 0.00 | 347.83 | 0.99 | 0.57 |
| Hex | FE | 25 | 51 | 0 | 55 | 44 | 0 | 15C | 63 | 39 |
| Octal | 376 | 45 | 121 | 0 | 125 | 104 | 0 | 534 | 143 | 71 |
| Binary | 11111110 | 100101 | 1010001 | 0 | 1010101 | 1000100 | 0 | 101011100 | 1100011 | 111001 |
Color Harmonies of #FE2551
Complementary color
Monochromatic Colors of #FE2551
Black with #FE2551
Text Example
Text Example
White with #FE2551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2551; }
p { color: rgb(254,37,81); }
H1.HeaderClassName
{
color: #FE2551;
}
.AnyTagClassName
{
color: #FE2551;
}
</style>
background-color css
<style>
a { background-color: #FE2551; }
a { background-color: rgb(254,37,81); }
div.DivClassName
{
background-color: #FE2551;
}
.BgClassName
{
background-color: #FE2551;
}
</style>
border-color css
<style>
span { border-color: #FE2551; }
span { border-color: rgb(254,37,81); }
td.TdClassName
{
border-color: #FE2551;
}
.TagClassName
{
border-color: #FE2551;
}
</style>