Shades of Radical Red #FE2A64
Tints of Radical Red #FE2A64
RGB
CMYK
RGB Variations
Color information
#FE2A64 (or 0xFE2A64) is known color: Radical Red. HEX triplet: FE, 2A and 64. RGB value is (254,42,100). Sum of RGB (Red+Green+Blue) = 254+42+100=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 100 (39.45% from 255 or 25.25% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2A64 is #01D59B. Grayscale: #6F6F6F. Windows color (decimal): -120220 or 6564606. OLE color: 6564606.
HSL color Cylindrical-coordinate representation of color #FE2A64: hue angle of 343.58º 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 #FE2A64 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 42 | 100 | - |
| CMYK | 0 | 0.83 | 0.61 | 0.00 |
| HSL | 343.58º | 0.99% | 0.58% | - |
| HSV(B) | 343.58º | 0.83% | 1% | - |
| XYZ | 44 | 23.65 | 14.3 | - |
| YUV | 112 | 121.24 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 42 | 100 | 0 | 0.83 | 0.61 | 0.00 | 343.58 | 0.99 | 0.58 |
| Hex | FE | 2A | 64 | 0 | 53 | 3D | 0 | 158 | 63 | 3A |
| Octal | 376 | 52 | 144 | 0 | 123 | 75 | 0 | 530 | 143 | 72 |
| Binary | 11111110 | 101010 | 1100100 | 0 | 1010011 | 111101 | 0 | 101011000 | 1100011 | 111010 |
Color Harmonies of #FE2A64
Complementary color
Monochromatic Colors of #FE2A64
Black with #FE2A64
Text Example
Text Example
White with #FE2A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2A64; }
p { color: rgb(254,42,100); }
H1.HeaderClassName
{
color: #FE2A64;
}
.AnyTagClassName
{
color: #FE2A64;
}
</style>
background-color css
<style>
a { background-color: #FE2A64; }
a { background-color: rgb(254,42,100); }
div.DivClassName
{
background-color: #FE2A64;
}
.BgClassName
{
background-color: #FE2A64;
}
</style>
border-color css
<style>
span { border-color: #FE2A64; }
span { border-color: rgb(254,42,100); }
td.TdClassName
{
border-color: #FE2A64;
}
.TagClassName
{
border-color: #FE2A64;
}
</style>