Shades of Radical Red #FE2869
Tints of Radical Red #FE2869
RGB
CMYK
RGB Variations
Color information
#FE2869 (or 0xFE2869) is known color: Radical Red. HEX triplet: FE, 28 and 69. RGB value is (254,40,105). Sum of RGB (Red+Green+Blue) = 254+40+105=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2869 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2869 is #01D796. Grayscale: #6F6F6F. Windows color (decimal): -120727 or 6891774. OLE color: 6891774.
HSL color Cylindrical-coordinate representation of color #FE2869: hue angle of 341.78º 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 #FE2869 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 40 | 105 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.00 |
| HSL | 341.78º | 0.99% | 0.58% | - |
| HSV(B) | 341.78º | 0.84% | 1% | - |
| XYZ | 44.18 | 23.61 | 15.59 | - |
| YUV | 111.4 | 124.4 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 40 | 105 | 0 | 0.84 | 0.59 | 0.00 | 341.78 | 0.99 | 0.58 |
| Hex | FE | 28 | 69 | 0 | 54 | 3B | 0 | 156 | 63 | 3A |
| Octal | 376 | 50 | 151 | 0 | 124 | 73 | 0 | 526 | 143 | 72 |
| Binary | 11111110 | 101000 | 1101001 | 0 | 1010100 | 111011 | 0 | 101010110 | 1100011 | 111010 |
Color Harmonies of #FE2869
Complementary color
Monochromatic Colors of #FE2869
Black with #FE2869
Text Example
Text Example
White with #FE2869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2869; }
p { color: rgb(254,40,105); }
H1.HeaderClassName
{
color: #FE2869;
}
.AnyTagClassName
{
color: #FE2869;
}
</style>
background-color css
<style>
a { background-color: #FE2869; }
a { background-color: rgb(254,40,105); }
div.DivClassName
{
background-color: #FE2869;
}
.BgClassName
{
background-color: #FE2869;
}
</style>
border-color css
<style>
span { border-color: #FE2869; }
span { border-color: rgb(254,40,105); }
td.TdClassName
{
border-color: #FE2869;
}
.TagClassName
{
border-color: #FE2869;
}
</style>