Shades of Radical Red #FE2C6C
Tints of Radical Red #FE2C6C
RGB
CMYK
RGB Variations
Color information
#FE2C6C (or 0xFE2C6C) is known color: Radical Red. HEX triplet: FE, 2C and 6C. RGB value is (254,44,108). Sum of RGB (Red+Green+Blue) = 254+44+108=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2C6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2C6C is #01D393. Grayscale: #727272. Windows color (decimal): -119700 or 7089406. OLE color: 7089406.
HSL color Cylindrical-coordinate representation of color #FE2C6C: hue angle of 341.71º 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 #FE2C6C is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 108 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.00 |
| HSL | 341.71º | 0.99% | 0.58% | - |
| HSV(B) | 341.71º | 0.83% | 1% | - |
| XYZ | 44.48 | 23.95 | 16.47 | - |
| YUV | 114.09 | 124.57 | 227.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 108 | 0 | 0.83 | 0.57 | 0.00 | 341.71 | 0.99 | 0.58 |
| Hex | FE | 2C | 6C | 0 | 53 | 39 | 0 | 156 | 63 | 3A |
| Octal | 376 | 54 | 154 | 0 | 123 | 71 | 0 | 526 | 143 | 72 |
| Binary | 11111110 | 101100 | 1101100 | 0 | 1010011 | 111001 | 0 | 101010110 | 1100011 | 111010 |
Color Harmonies of #FE2C6C
Complementary color
Monochromatic Colors of #FE2C6C
Black with #FE2C6C
Text Example
Text Example
White with #FE2C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2C6C; }
p { color: rgb(254,44,108); }
H1.HeaderClassName
{
color: #FE2C6C;
}
.AnyTagClassName
{
color: #FE2C6C;
}
</style>
background-color css
<style>
a { background-color: #FE2C6C; }
a { background-color: rgb(254,44,108); }
div.DivClassName
{
background-color: #FE2C6C;
}
.BgClassName
{
background-color: #FE2C6C;
}
</style>
border-color css
<style>
span { border-color: #FE2C6C; }
span { border-color: rgb(254,44,108); }
td.TdClassName
{
border-color: #FE2C6C;
}
.TagClassName
{
border-color: #FE2C6C;
}
</style>