Shades of Radical Red #FE2A47
Tints of Radical Red #FE2A47
RGB
CMYK
RGB Variations
Color information
#FE2A47 (or 0xFE2A47) is known color: Radical Red. HEX triplet: FE, 2A and 47. RGB value is (254,42,71). Sum of RGB (Red+Green+Blue) = 254+42+71=367 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.21% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 71 (28.12% from 255 or 19.35% from 367); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2A47 is #01D5B8. Grayscale: #6C6C6C. Windows color (decimal): -120249 or 4664062. OLE color: 4664062.
HSL color Cylindrical-coordinate representation of color #FE2A47: hue angle of 351.79º 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 #FE2A47 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 71 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.00 |
| HSL | 351.79º | 0.99% | 0.58% | - |
| HSV(B) | 351.79º | 0.83% | 1% | - |
| XYZ | 42.84 | 23.18 | 8.18 | - |
| YUV | 108.69 | 106.74 | 231.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 71 | 0 | 0.83 | 0.72 | 0.00 | 351.79 | 0.99 | 0.58 |
| Hex | FE | 2A | 47 | 0 | 53 | 48 | 0 | 160 | 63 | 3A |
| Octal | 376 | 52 | 107 | 0 | 123 | 110 | 0 | 540 | 143 | 72 |
| Binary | 11111110 | 101010 | 1000111 | 0 | 1010011 | 1001000 | 0 | 101100000 | 1100011 | 111010 |
Color Harmonies of #FE2A47
Complementary color
Monochromatic Colors of #FE2A47
Black with #FE2A47
Text Example
Text Example
White with #FE2A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2A47; }
p { color: rgb(254,42,71); }
H1.HeaderClassName
{
color: #FE2A47;
}
.AnyTagClassName
{
color: #FE2A47;
}
</style>
background-color css
<style>
a { background-color: #FE2A47; }
a { background-color: rgb(254,42,71); }
div.DivClassName
{
background-color: #FE2A47;
}
.BgClassName
{
background-color: #FE2A47;
}
</style>
border-color css
<style>
span { border-color: #FE2A47; }
span { border-color: rgb(254,42,71); }
td.TdClassName
{
border-color: #FE2A47;
}
.TagClassName
{
border-color: #FE2A47;
}
</style>