Shades of Radical Red #FE2D4D
Tints of Radical Red #FE2D4D
RGB
CMYK
RGB Variations
Color information
#FE2D4D (or 0xFE2D4D) is known color: Radical Red. HEX triplet: FE, 2D and 4D. RGB value is (254,45,77). Sum of RGB (Red+Green+Blue) = 254+45+77=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2D4D is #01D2B2. Grayscale: #6F6F6F. Windows color (decimal): -119475 or 5058046. OLE color: 5058046.
HSL color Cylindrical-coordinate representation of color #FE2D4D: hue angle of 350.81º 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 #FE2D4D is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 45 | 77 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.00 |
| HSL | 350.81º | 0.99% | 0.59% | - |
| HSV(B) | 350.81º | 0.82% | 1% | - |
| XYZ | 43.15 | 23.48 | 9.28 | - |
| YUV | 111.14 | 108.74 | 229.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 45 | 77 | 0 | 0.82 | 0.70 | 0.00 | 350.81 | 0.99 | 0.59 |
| Hex | FE | 2D | 4D | 0 | 52 | 46 | 0 | 15F | 63 | 3B |
| Octal | 376 | 55 | 115 | 0 | 122 | 106 | 0 | 537 | 143 | 73 |
| Binary | 11111110 | 101101 | 1001101 | 0 | 1010010 | 1000110 | 0 | 101011111 | 1100011 | 111011 |
Color Harmonies of #FE2D4D
Complementary color
Monochromatic Colors of #FE2D4D
Black with #FE2D4D
Text Example
Text Example
White with #FE2D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2D4D; }
p { color: rgb(254,45,77); }
H1.HeaderClassName
{
color: #FE2D4D;
}
.AnyTagClassName
{
color: #FE2D4D;
}
</style>
background-color css
<style>
a { background-color: #FE2D4D; }
a { background-color: rgb(254,45,77); }
div.DivClassName
{
background-color: #FE2D4D;
}
.BgClassName
{
background-color: #FE2D4D;
}
</style>
border-color css
<style>
span { border-color: #FE2D4D; }
span { border-color: rgb(254,45,77); }
td.TdClassName
{
border-color: #FE2D4D;
}
.TagClassName
{
border-color: #FE2D4D;
}
</style>