Shades of Radical Red #FE2E5C
Tints of Radical Red #FE2E5C
RGB
CMYK
RGB Variations
Color information
#FE2E5C (or 0xFE2E5C) is known color: Radical Red. HEX triplet: FE, 2E and 5C. RGB value is (254,46,92). Sum of RGB (Red+Green+Blue) = 254+46+92=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2E5C is #01D1A3. Grayscale: #717171. Windows color (decimal): -119204 or 6041342. OLE color: 6041342.
HSL color Cylindrical-coordinate representation of color #FE2E5C: hue angle of 346.73º 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 #FE2E5C is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 46 | 92 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.00 |
| HSL | 346.73º | 0.99% | 0.59% | - |
| HSV(B) | 346.73º | 0.82% | 1% | - |
| XYZ | 43.78 | 23.8 | 12.41 | - |
| YUV | 113.44 | 115.91 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 46 | 92 | 0 | 0.82 | 0.64 | 0.00 | 346.73 | 0.99 | 0.59 |
| Hex | FE | 2E | 5C | 0 | 52 | 40 | 0 | 15B | 63 | 3B |
| Octal | 376 | 56 | 134 | 0 | 122 | 100 | 0 | 533 | 143 | 73 |
| Binary | 11111110 | 101110 | 1011100 | 0 | 1010010 | 1000000 | 0 | 101011011 | 1100011 | 111011 |
Color Harmonies of #FE2E5C
Complementary color
Monochromatic Colors of #FE2E5C
Black with #FE2E5C
Text Example
Text Example
White with #FE2E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2E5C; }
p { color: rgb(254,46,92); }
H1.HeaderClassName
{
color: #FE2E5C;
}
.AnyTagClassName
{
color: #FE2E5C;
}
</style>
background-color css
<style>
a { background-color: #FE2E5C; }
a { background-color: rgb(254,46,92); }
div.DivClassName
{
background-color: #FE2E5C;
}
.BgClassName
{
background-color: #FE2E5C;
}
</style>
border-color css
<style>
span { border-color: #FE2E5C; }
span { border-color: rgb(254,46,92); }
td.TdClassName
{
border-color: #FE2E5C;
}
.TagClassName
{
border-color: #FE2E5C;
}
</style>