Shades of Radical Red #FE2949
Tints of Radical Red #FE2949
RGB
CMYK
RGB Variations
Color information
#FE2949 (or 0xFE2949) is known color: Radical Red. HEX triplet: FE, 29 and 49. RGB value is (254,41,73). Sum of RGB (Red+Green+Blue) = 254+41+73=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2949 is #01D6B6. Grayscale: #6C6C6C. Windows color (decimal): -120503 or 4794878. OLE color: 4794878.
HSL color Cylindrical-coordinate representation of color #FE2949: hue angle of 350.99º 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 #FE2949 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 73 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.00 |
| HSL | 350.99º | 0.99% | 0.58% | - |
| HSV(B) | 350.99º | 0.84% | 1% | - |
| XYZ | 42.87 | 23.14 | 8.51 | - |
| YUV | 108.34 | 108.07 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 73 | 0 | 0.84 | 0.71 | 0.00 | 350.99 | 0.99 | 0.58 |
| Hex | FE | 29 | 49 | 0 | 54 | 47 | 0 | 15F | 63 | 3A |
| Octal | 376 | 51 | 111 | 0 | 124 | 107 | 0 | 537 | 143 | 72 |
| Binary | 11111110 | 101001 | 1001001 | 0 | 1010100 | 1000111 | 0 | 101011111 | 1100011 | 111010 |
Color Harmonies of #FE2949
Complementary color
Monochromatic Colors of #FE2949
Black with #FE2949
Text Example
Text Example
White with #FE2949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2949; }
p { color: rgb(254,41,73); }
H1.HeaderClassName
{
color: #FE2949;
}
.AnyTagClassName
{
color: #FE2949;
}
</style>
background-color css
<style>
a { background-color: #FE2949; }
a { background-color: rgb(254,41,73); }
div.DivClassName
{
background-color: #FE2949;
}
.BgClassName
{
background-color: #FE2949;
}
</style>
border-color css
<style>
span { border-color: #FE2949; }
span { border-color: rgb(254,41,73); }
td.TdClassName
{
border-color: #FE2949;
}
.TagClassName
{
border-color: #FE2949;
}
</style>