Shades of Radical Red #FE465B
Tints of Radical Red #FE465B
RGB
CMYK
RGB Variations
Color information
#FE465B (or 0xFE465B) is known color: Radical Red. HEX triplet: FE, 46 and 5B. RGB value is (254,70,91). Sum of RGB (Red+Green+Blue) = 254+70+91=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 91 (35.94% from 255 or 21.93% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE465B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE465B is #01B9A4. Grayscale: #7F7F7F. Windows color (decimal): -113061 or 5981950. OLE color: 5981950.
HSL color Cylindrical-coordinate representation of color #FE465B: hue angle of 353.15º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE465B is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 91 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.00 |
| HSL | 353.15º | 0.99% | 0.64% | - |
| HSV(B) | 353.15º | 0.72% | 1% | - |
| XYZ | 44.95 | 26.21 | 12.59 | - |
| YUV | 127.41 | 107.46 | 218.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 91 | 0 | 0.72 | 0.64 | 0.00 | 353.15 | 0.99 | 0.64 |
| Hex | FE | 46 | 5B | 0 | 48 | 40 | 0 | 161 | 63 | 40 |
| Octal | 376 | 106 | 133 | 0 | 110 | 100 | 0 | 541 | 143 | 100 |
| Binary | 11111110 | 1000110 | 1011011 | 0 | 1001000 | 1000000 | 0 | 101100001 | 1100011 | 1000000 |
Color Harmonies of #FE465B
Complementary color
Monochromatic Colors of #FE465B
Black with #FE465B
Text Example
Text Example
White with #FE465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE465B; }
p { color: rgb(254,70,91); }
H1.HeaderClassName
{
color: #FE465B;
}
.AnyTagClassName
{
color: #FE465B;
}
</style>
background-color css
<style>
a { background-color: #FE465B; }
a { background-color: rgb(254,70,91); }
div.DivClassName
{
background-color: #FE465B;
}
.BgClassName
{
background-color: #FE465B;
}
</style>
border-color css
<style>
span { border-color: #FE465B; }
span { border-color: rgb(254,70,91); }
td.TdClassName
{
border-color: #FE465B;
}
.TagClassName
{
border-color: #FE465B;
}
</style>