Shades of Radical Red #FE2E44
Tints of Radical Red #FE2E44
RGB
CMYK
RGB Variations
Color information
#FE2E44 (or 0xFE2E44) is known color: Radical Red. HEX triplet: FE, 2E and 44. RGB value is (254,46,68). Sum of RGB (Red+Green+Blue) = 254+46+68=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E44 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2E44 is #01D1BB. Grayscale: #6E6E6E. Windows color (decimal): -119228 or 4468478. OLE color: 4468478.
HSL color Cylindrical-coordinate representation of color #FE2E44: hue angle of 353.65º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2E44 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 68 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.00 |
| HSL | 353.65º | 0.99% | 0.59% | - |
| HSV(B) | 353.65º | 0.82% | 1% | - |
| XYZ | 42.89 | 23.44 | 7.73 | - |
| YUV | 110.7 | 103.91 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 68 | 0 | 0.82 | 0.73 | 0.00 | 353.65 | 0.99 | 0.59 |
| Hex | FE | 2E | 44 | 0 | 52 | 49 | 0 | 162 | 63 | 3B |
| Octal | 376 | 56 | 104 | 0 | 122 | 111 | 0 | 542 | 143 | 73 |
| Binary | 11111110 | 101110 | 1000100 | 0 | 1010010 | 1001001 | 0 | 101100010 | 1100011 | 111011 |
Color Harmonies of #FE2E44
Complementary color
Monochromatic Colors of #FE2E44
Black with #FE2E44
Text Example
Text Example
White with #FE2E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2E44; }
p { color: rgb(254,46,68); }
H1.HeaderClassName
{
color: #FE2E44;
}
.AnyTagClassName
{
color: #FE2E44;
}
</style>
background-color css
<style>
a { background-color: #FE2E44; }
a { background-color: rgb(254,46,68); }
div.DivClassName
{
background-color: #FE2E44;
}
.BgClassName
{
background-color: #FE2E44;
}
</style>
border-color css
<style>
span { border-color: #FE2E44; }
span { border-color: rgb(254,46,68); }
td.TdClassName
{
border-color: #FE2E44;
}
.TagClassName
{
border-color: #FE2E44;
}
</style>