Shades of Radical Red #FE2951
Tints of Radical Red #FE2951
RGB
CMYK
RGB Variations
Color information
#FE2951 (or 0xFE2951) is known color: Radical Red. HEX triplet: FE, 29 and 51. RGB value is (254,41,81). Sum of RGB (Red+Green+Blue) = 254+41+81=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2951 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2951 is #01D6AE. Grayscale: #6D6D6D. Windows color (decimal): -120495 or 5319166. OLE color: 5319166.
HSL color Cylindrical-coordinate representation of color #FE2951: hue angle of 348.73º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE2951 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 81 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.00 |
| HSL | 348.73º | 0.99% | 0.58% | - |
| HSV(B) | 348.73º | 0.84% | 1% | - |
| XYZ | 43.15 | 23.25 | 10 | - |
| YUV | 109.25 | 112.07 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 81 | 0 | 0.84 | 0.68 | 0.00 | 348.73 | 0.99 | 0.58 |
| Hex | FE | 29 | 51 | 0 | 54 | 44 | 0 | 15D | 63 | 3A |
| Octal | 376 | 51 | 121 | 0 | 124 | 104 | 0 | 535 | 143 | 72 |
| Binary | 11111110 | 101001 | 1010001 | 0 | 1010100 | 1000100 | 0 | 101011101 | 1100011 | 111010 |
Color Harmonies of #FE2951
Complementary color
Monochromatic Colors of #FE2951
Black with #FE2951
Text Example
Text Example
White with #FE2951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2951; }
p { color: rgb(254,41,81); }
H1.HeaderClassName
{
color: #FE2951;
}
.AnyTagClassName
{
color: #FE2951;
}
</style>
background-color css
<style>
a { background-color: #FE2951; }
a { background-color: rgb(254,41,81); }
div.DivClassName
{
background-color: #FE2951;
}
.BgClassName
{
background-color: #FE2951;
}
</style>
border-color css
<style>
span { border-color: #FE2951; }
span { border-color: rgb(254,41,81); }
td.TdClassName
{
border-color: #FE2951;
}
.TagClassName
{
border-color: #FE2951;
}
</style>