Shades of Radical Red #FE255B
Tints of Radical Red #FE255B
RGB
CMYK
RGB Variations
Color information
#FE255B (or 0xFE255B) is known color: Radical Red. HEX triplet: FE, 25 and 5B. RGB value is (254,37,91). Sum of RGB (Red+Green+Blue) = 254+37+91=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 91 (35.94% from 255 or 23.82% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE255B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE255B is #01DAA4. Grayscale: #6C6C6C. Windows color (decimal): -121509 or 5973502. OLE color: 5973502.
HSL color Cylindrical-coordinate representation of color #FE255B: hue angle of 345.07º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE255B is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 91 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.00 |
| HSL | 345.07º | 0.99% | 0.57% | - |
| HSV(B) | 345.07º | 0.85% | 1% | - |
| XYZ | 43.42 | 23.15 | 12.08 | - |
| YUV | 108.04 | 118.39 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 91 | 0 | 0.85 | 0.64 | 0.00 | 345.07 | 0.99 | 0.57 |
| Hex | FE | 25 | 5B | 0 | 55 | 40 | 0 | 159 | 63 | 39 |
| Octal | 376 | 45 | 133 | 0 | 125 | 100 | 0 | 531 | 143 | 71 |
| Binary | 11111110 | 100101 | 1011011 | 0 | 1010101 | 1000000 | 0 | 101011001 | 1100011 | 111001 |
Color Harmonies of #FE255B
Complementary color
Monochromatic Colors of #FE255B
Black with #FE255B
Text Example
Text Example
White with #FE255B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE255B; }
p { color: rgb(254,37,91); }
H1.HeaderClassName
{
color: #FE255B;
}
.AnyTagClassName
{
color: #FE255B;
}
</style>
background-color css
<style>
a { background-color: #FE255B; }
a { background-color: rgb(254,37,91); }
div.DivClassName
{
background-color: #FE255B;
}
.BgClassName
{
background-color: #FE255B;
}
</style>
border-color css
<style>
span { border-color: #FE255B; }
span { border-color: rgb(254,37,91); }
td.TdClassName
{
border-color: #FE255B;
}
.TagClassName
{
border-color: #FE255B;
}
</style>