Shades of Radical Red #FE2A49
Tints of Radical Red #FE2A49
RGB
CMYK
RGB Variations
Color information
#FE2A49 (or 0xFE2A49) is known color: Radical Red. HEX triplet: FE, 2A and 49. RGB value is (254,42,73). Sum of RGB (Red+Green+Blue) = 254+42+73=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2A49 is #01D5B6. Grayscale: #6D6D6D. Windows color (decimal): -120247 or 4795134. OLE color: 4795134.
HSL color Cylindrical-coordinate representation of color #FE2A49: hue angle of 351.23º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2A49 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 73 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.00 |
| HSL | 351.23º | 0.99% | 0.58% | - |
| HSV(B) | 351.23º | 0.83% | 1% | - |
| XYZ | 42.9 | 23.21 | 8.52 | - |
| YUV | 108.92 | 107.74 | 231.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 73 | 0 | 0.83 | 0.71 | 0.00 | 351.23 | 0.99 | 0.58 |
| Hex | FE | 2A | 49 | 0 | 53 | 47 | 0 | 15F | 63 | 3A |
| Octal | 376 | 52 | 111 | 0 | 123 | 107 | 0 | 537 | 143 | 72 |
| Binary | 11111110 | 101010 | 1001001 | 0 | 1010011 | 1000111 | 0 | 101011111 | 1100011 | 111010 |
Color Harmonies of #FE2A49
Complementary color
Monochromatic Colors of #FE2A49
Black with #FE2A49
Text Example
Text Example
White with #FE2A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2A49; }
p { color: rgb(254,42,73); }
H1.HeaderClassName
{
color: #FE2A49;
}
.AnyTagClassName
{
color: #FE2A49;
}
</style>
background-color css
<style>
a { background-color: #FE2A49; }
a { background-color: rgb(254,42,73); }
div.DivClassName
{
background-color: #FE2A49;
}
.BgClassName
{
background-color: #FE2A49;
}
</style>
border-color css
<style>
span { border-color: #FE2A49; }
span { border-color: rgb(254,42,73); }
td.TdClassName
{
border-color: #FE2A49;
}
.TagClassName
{
border-color: #FE2A49;
}
</style>