Shades of Radical Red #FE2D6A
Tints of Radical Red #FE2D6A
RGB
CMYK
RGB Variations
Color information
#FE2D6A (or 0xFE2D6A) is known color: Radical Red. HEX triplet: FE, 2D and 6A. RGB value is (254,45,106). Sum of RGB (Red+Green+Blue) = 254+45+106=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2D6A is #01D295. Grayscale: #727272. Windows color (decimal): -119446 or 6958590. OLE color: 6958590.
HSL color Cylindrical-coordinate representation of color #FE2D6A: hue angle of 342.49º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2D6A is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 106 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.00 |
| HSL | 342.49º | 0.99% | 0.59% | - |
| HSV(B) | 342.49º | 0.82% | 1% | - |
| XYZ | 44.41 | 23.99 | 15.93 | - |
| YUV | 114.45 | 123.24 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 106 | 0 | 0.82 | 0.58 | 0.00 | 342.49 | 0.99 | 0.59 |
| Hex | FE | 2D | 6A | 0 | 52 | 3A | 0 | 156 | 63 | 3B |
| Octal | 376 | 55 | 152 | 0 | 122 | 72 | 0 | 526 | 143 | 73 |
| Binary | 11111110 | 101101 | 1101010 | 0 | 1010010 | 111010 | 0 | 101010110 | 1100011 | 111011 |
Color Harmonies of #FE2D6A
Complementary color
Monochromatic Colors of #FE2D6A
Black with #FE2D6A
Text Example
Text Example
White with #FE2D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D6A; }
p { color: rgb(254,45,106); }
H1.HeaderClassName
{
color: #FE2D6A;
}
.AnyTagClassName
{
color: #FE2D6A;
}
</style>
background-color css
<style>
a { background-color: #FE2D6A; }
a { background-color: rgb(254,45,106); }
div.DivClassName
{
background-color: #FE2D6A;
}
.BgClassName
{
background-color: #FE2D6A;
}
</style>
border-color css
<style>
span { border-color: #FE2D6A; }
span { border-color: rgb(254,45,106); }
td.TdClassName
{
border-color: #FE2D6A;
}
.TagClassName
{
border-color: #FE2D6A;
}
</style>