Shades of Radical Red #FE2873
Tints of Radical Red #FE2873
RGB
CMYK
RGB Variations
Color information
#FE2873 (or 0xFE2873) is known color: Radical Red. HEX triplet: FE, 28 and 73. RGB value is (254,40,115). Sum of RGB (Red+Green+Blue) = 254+40+115=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 115 (45.31% from 255 or 28.12% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2873 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2873 is #01D78C. Grayscale: #707070. Windows color (decimal): -120717 or 7547134. OLE color: 7547134.
HSL color Cylindrical-coordinate representation of color #FE2873: hue angle of 338.97º 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 #FE2873 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 115 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.00 |
| HSL | 338.97º | 0.99% | 0.58% | - |
| HSV(B) | 338.97º | 0.84% | 1% | - |
| XYZ | 44.73 | 23.83 | 18.46 | - |
| YUV | 112.54 | 129.4 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 115 | 0 | 0.84 | 0.55 | 0.00 | 338.97 | 0.99 | 0.58 |
| Hex | FE | 28 | 73 | 0 | 54 | 37 | 0 | 153 | 63 | 3A |
| Octal | 376 | 50 | 163 | 0 | 124 | 67 | 0 | 523 | 143 | 72 |
| Binary | 11111110 | 101000 | 1110011 | 0 | 1010100 | 110111 | 0 | 101010011 | 1100011 | 111010 |
Color Harmonies of #FE2873
Complementary color
Monochromatic Colors of #FE2873
Black with #FE2873
Text Example
Text Example
White with #FE2873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2873; }
p { color: rgb(254,40,115); }
H1.HeaderClassName
{
color: #FE2873;
}
.AnyTagClassName
{
color: #FE2873;
}
</style>
background-color css
<style>
a { background-color: #FE2873; }
a { background-color: rgb(254,40,115); }
div.DivClassName
{
background-color: #FE2873;
}
.BgClassName
{
background-color: #FE2873;
}
</style>
border-color css
<style>
span { border-color: #FE2873; }
span { border-color: rgb(254,40,115); }
td.TdClassName
{
border-color: #FE2873;
}
.TagClassName
{
border-color: #FE2873;
}
</style>