Shades of Radical Red #FE1E5C
Tints of Radical Red #FE1E5C
RGB
CMYK
RGB Variations
Color information
#FE1E5C (or 0xFE1E5C) is known color: Radical Red. HEX triplet: FE, 1E and 5C. RGB value is (254,30,92). Sum of RGB (Red+Green+Blue) = 254+30+92=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1E5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1E5C is #01E1A3. Grayscale: #686868. Windows color (decimal): -123300 or 6037246. OLE color: 6037246.
HSL color Cylindrical-coordinate representation of color #FE1E5C: hue angle of 343.39º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1E5C is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 30 | 92 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.00 |
| HSL | 343.39º | 0.99% | 0.56% | - |
| HSV(B) | 343.39º | 0.88% | 1% | - |
| XYZ | 43.27 | 22.77 | 12.24 | - |
| YUV | 104.04 | 121.21 | 234.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 30 | 92 | 0 | 0.88 | 0.64 | 0.00 | 343.39 | 0.99 | 0.56 |
| Hex | FE | 1E | 5C | 0 | 58 | 40 | 0 | 157 | 63 | 38 |
| Octal | 376 | 36 | 134 | 0 | 130 | 100 | 0 | 527 | 143 | 70 |
| Binary | 11111110 | 11110 | 1011100 | 0 | 1011000 | 1000000 | 0 | 101010111 | 1100011 | 111000 |
Color Harmonies of #FE1E5C
Complementary color
Monochromatic Colors of #FE1E5C
Black with #FE1E5C
Text Example
Text Example
White with #FE1E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1E5C; }
p { color: rgb(254,30,92); }
H1.HeaderClassName
{
color: #FE1E5C;
}
.AnyTagClassName
{
color: #FE1E5C;
}
</style>
background-color css
<style>
a { background-color: #FE1E5C; }
a { background-color: rgb(254,30,92); }
div.DivClassName
{
background-color: #FE1E5C;
}
.BgClassName
{
background-color: #FE1E5C;
}
</style>
border-color css
<style>
span { border-color: #FE1E5C; }
span { border-color: rgb(254,30,92); }
td.TdClassName
{
border-color: #FE1E5C;
}
.TagClassName
{
border-color: #FE1E5C;
}
</style>