Shades of Radical Red #FE1B5D
Tints of Radical Red #FE1B5D
RGB
CMYK
RGB Variations
Color information
#FE1B5D (or 0xFE1B5D) is known color: Radical Red. HEX triplet: FE, 1B and 5D. RGB value is (254,27,93). Sum of RGB (Red+Green+Blue) = 254+27+93=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 27 (10.94% from 255 or 7.22% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1B5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1B5D is #01E4A2. Grayscale: #666666. Windows color (decimal): -124067 or 6102014. OLE color: 6102014.
HSL color Cylindrical-coordinate representation of color #FE1B5D: hue angle of 342.56º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FE1B5D is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 27 | 93 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.00 |
| HSL | 342.56º | 0.99% | 0.55% | - |
| HSV(B) | 342.56º | 0.89% | 1% | - |
| XYZ | 43.24 | 22.65 | 12.45 | - |
| YUV | 102.4 | 122.71 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 27 | 93 | 0 | 0.89 | 0.63 | 0.00 | 342.56 | 0.99 | 0.55 |
| Hex | FE | 1B | 5D | 0 | 59 | 3F | 0 | 157 | 63 | 37 |
| Octal | 376 | 33 | 135 | 0 | 131 | 77 | 0 | 527 | 143 | 67 |
| Binary | 11111110 | 11011 | 1011101 | 0 | 1011001 | 111111 | 0 | 101010111 | 1100011 | 110111 |
Color Harmonies of #FE1B5D
Complementary color
Monochromatic Colors of #FE1B5D
Black with #FE1B5D
Text Example
Text Example
White with #FE1B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1B5D; }
p { color: rgb(254,27,93); }
H1.HeaderClassName
{
color: #FE1B5D;
}
.AnyTagClassName
{
color: #FE1B5D;
}
</style>
background-color css
<style>
a { background-color: #FE1B5D; }
a { background-color: rgb(254,27,93); }
div.DivClassName
{
background-color: #FE1B5D;
}
.BgClassName
{
background-color: #FE1B5D;
}
</style>
border-color css
<style>
span { border-color: #FE1B5D; }
span { border-color: rgb(254,27,93); }
td.TdClassName
{
border-color: #FE1B5D;
}
.TagClassName
{
border-color: #FE1B5D;
}
</style>