Shades of Radical Red #FE465F
Tints of Radical Red #FE465F
RGB
CMYK
RGB Variations
Color information
#FE465F (or 0xFE465F) is known color: Radical Red. HEX triplet: FE, 46 and 5F. RGB value is (254,70,95). Sum of RGB (Red+Green+Blue) = 254+70+95=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 95 (37.5% from 255 or 22.67% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE465F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE465F is #01B9A0. Grayscale: #7F7F7F. Windows color (decimal): -113057 or 6244094. OLE color: 6244094.
HSL color Cylindrical-coordinate representation of color #FE465F: hue angle of 351.85º 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 #FE465F is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 95 | - |
| CMYK | 0 | 0.72 | 0.63 | 0.00 |
| HSL | 351.85º | 0.99% | 0.64% | - |
| HSV(B) | 351.85º | 0.72% | 1% | - |
| XYZ | 45.13 | 26.28 | 13.52 | - |
| YUV | 127.87 | 109.46 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 95 | 0 | 0.72 | 0.63 | 0.00 | 351.85 | 0.99 | 0.64 |
| Hex | FE | 46 | 5F | 0 | 48 | 3F | 0 | 160 | 63 | 40 |
| Octal | 376 | 106 | 137 | 0 | 110 | 77 | 0 | 540 | 143 | 100 |
| Binary | 11111110 | 1000110 | 1011111 | 0 | 1001000 | 111111 | 0 | 101100000 | 1100011 | 1000000 |
Color Harmonies of #FE465F
Complementary color
Monochromatic Colors of #FE465F
Black with #FE465F
Text Example
Text Example
White with #FE465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE465F; }
p { color: rgb(254,70,95); }
H1.HeaderClassName
{
color: #FE465F;
}
.AnyTagClassName
{
color: #FE465F;
}
</style>
background-color css
<style>
a { background-color: #FE465F; }
a { background-color: rgb(254,70,95); }
div.DivClassName
{
background-color: #FE465F;
}
.BgClassName
{
background-color: #FE465F;
}
</style>
border-color css
<style>
span { border-color: #FE465F; }
span { border-color: rgb(254,70,95); }
td.TdClassName
{
border-color: #FE465F;
}
.TagClassName
{
border-color: #FE465F;
}
</style>