Shades of Radical Red #FE2852
Tints of Radical Red #FE2852
RGB
CMYK
RGB Variations
Color information
#FE2852 (or 0xFE2852) is known color: Radical Red. HEX triplet: FE, 28 and 52. RGB value is (254,40,82). Sum of RGB (Red+Green+Blue) = 254+40+82=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 40 (16.02% from 255 or 10.64% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2852 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2852 is #01D7AD. Grayscale: #6C6C6C. Windows color (decimal): -120750 or 5384446. OLE color: 5384446.
HSL color Cylindrical-coordinate representation of color #FE2852: hue angle of 348.22º 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 #FE2852 is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 82 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.00 |
| HSL | 348.22º | 0.99% | 0.58% | - |
| HSV(B) | 348.22º | 0.84% | 1% | - |
| XYZ | 43.15 | 23.2 | 10.19 | - |
| YUV | 108.77 | 112.9 | 231.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 82 | 0 | 0.84 | 0.68 | 0.00 | 348.22 | 0.99 | 0.58 |
| Hex | FE | 28 | 52 | 0 | 54 | 44 | 0 | 15C | 63 | 3A |
| Octal | 376 | 50 | 122 | 0 | 124 | 104 | 0 | 534 | 143 | 72 |
| Binary | 11111110 | 101000 | 1010010 | 0 | 1010100 | 1000100 | 0 | 101011100 | 1100011 | 111010 |
Color Harmonies of #FE2852
Complementary color
Monochromatic Colors of #FE2852
Black with #FE2852
Text Example
Text Example
White with #FE2852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2852; }
p { color: rgb(254,40,82); }
H1.HeaderClassName
{
color: #FE2852;
}
.AnyTagClassName
{
color: #FE2852;
}
</style>
background-color css
<style>
a { background-color: #FE2852; }
a { background-color: rgb(254,40,82); }
div.DivClassName
{
background-color: #FE2852;
}
.BgClassName
{
background-color: #FE2852;
}
</style>
border-color css
<style>
span { border-color: #FE2852; }
span { border-color: rgb(254,40,82); }
td.TdClassName
{
border-color: #FE2852;
}
.TagClassName
{
border-color: #FE2852;
}
</style>