Shades of Radical Red #FE4565
Tints of Radical Red #FE4565
RGB
CMYK
RGB Variations
Color information
#FE4565 (or 0xFE4565) is known color: Radical Red. HEX triplet: FE, 45 and 65. RGB value is (254,69,101). Sum of RGB (Red+Green+Blue) = 254+69+101=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4565 is #01BA9A. Grayscale: #808080. Windows color (decimal): -113307 or 6637054. OLE color: 6637054.
HSL color Cylindrical-coordinate representation of color #FE4565: hue angle of 349.62º 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 #FE4565 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 101 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.00 |
| HSL | 349.62º | 0.99% | 0.63% | - |
| HSV(B) | 349.62º | 0.73% | 1% | - |
| XYZ | 45.35 | 26.27 | 14.99 | - |
| YUV | 127.96 | 112.79 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 101 | 0 | 0.73 | 0.60 | 0.00 | 349.62 | 0.99 | 0.63 |
| Hex | FE | 45 | 65 | 0 | 49 | 3C | 0 | 15E | 63 | 3F |
| Octal | 376 | 105 | 145 | 0 | 111 | 74 | 0 | 536 | 143 | 77 |
| Binary | 11111110 | 1000101 | 1100101 | 0 | 1001001 | 111100 | 0 | 101011110 | 1100011 | 111111 |
Color Harmonies of #FE4565
Complementary color
Monochromatic Colors of #FE4565
Black with #FE4565
Text Example
Text Example
White with #FE4565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4565; }
p { color: rgb(254,69,101); }
H1.HeaderClassName
{
color: #FE4565;
}
.AnyTagClassName
{
color: #FE4565;
}
</style>
background-color css
<style>
a { background-color: #FE4565; }
a { background-color: rgb(254,69,101); }
div.DivClassName
{
background-color: #FE4565;
}
.BgClassName
{
background-color: #FE4565;
}
</style>
border-color css
<style>
span { border-color: #FE4565; }
span { border-color: rgb(254,69,101); }
td.TdClassName
{
border-color: #FE4565;
}
.TagClassName
{
border-color: #FE4565;
}
</style>