Shades of Radical Red #FE4463
Tints of Radical Red #FE4463
RGB
CMYK
RGB Variations
Color information
#FE4463 (or 0xFE4463) is known color: Radical Red. HEX triplet: FE, 44 and 63. RGB value is (254,68,99). Sum of RGB (Red+Green+Blue) = 254+68+99=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 68 (26.95% from 255 or 16.15% from 421); Blue value is 99 (39.06% from 255 or 23.52% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4463 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4463 is #01BB9C. Grayscale: #7F7F7F. Windows color (decimal): -113565 or 6505726. OLE color: 6505726.
HSL color Cylindrical-coordinate representation of color #FE4463: hue angle of 350º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE4463 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 99 | - |
| CMYK | 0 | 0.73 | 0.61 | 0.00 |
| HSL | 350º | 0.99% | 0.63% | - |
| HSV(B) | 350º | 0.73% | 1% | - |
| XYZ | 45.19 | 26.11 | 14.46 | - |
| YUV | 127.15 | 112.12 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 99 | 0 | 0.73 | 0.61 | 0.00 | 350 | 0.99 | 0.63 |
| Hex | FE | 44 | 63 | 0 | 49 | 3D | 0 | 15E | 63 | 3F |
| Octal | 376 | 104 | 143 | 0 | 111 | 75 | 0 | 536 | 143 | 77 |
| Binary | 11111110 | 1000100 | 1100011 | 0 | 1001001 | 111101 | 0 | 101011110 | 1100011 | 111111 |
Color Harmonies of #FE4463
Complementary color
Monochromatic Colors of #FE4463
Black with #FE4463
Text Example
Text Example
White with #FE4463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4463; }
p { color: rgb(254,68,99); }
H1.HeaderClassName
{
color: #FE4463;
}
.AnyTagClassName
{
color: #FE4463;
}
</style>
background-color css
<style>
a { background-color: #FE4463; }
a { background-color: rgb(254,68,99); }
div.DivClassName
{
background-color: #FE4463;
}
.BgClassName
{
background-color: #FE4463;
}
</style>
border-color css
<style>
span { border-color: #FE4463; }
span { border-color: rgb(254,68,99); }
td.TdClassName
{
border-color: #FE4463;
}
.TagClassName
{
border-color: #FE4463;
}
</style>