Shades of Radical Red #FE4A4F
Tints of Radical Red #FE4A4F
RGB
CMYK
RGB Variations
Color information
#FE4A4F (or 0xFE4A4F) is known color: Radical Red. HEX triplet: FE, 4A and 4F. RGB value is (254,74,79). Sum of RGB (Red+Green+Blue) = 254+74+79=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 79 (31.25% from 255 or 19.41% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A4F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4A4F is #01B5B0. Grayscale: #808080. Windows color (decimal): -112049 or 5196542. OLE color: 5196542.
HSL color Cylindrical-coordinate representation of color #FE4A4F: hue angle of 358.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FE4A4F is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 74 | 79 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.00 |
| HSL | 358.33º | 0.99% | 0.64% | - |
| HSV(B) | 358.33º | 0.71% | 1% | - |
| XYZ | 44.73 | 26.53 | 10.16 | - |
| YUV | 128.39 | 100.13 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 74 | 79 | 0 | 0.71 | 0.69 | 0.00 | 358.33 | 0.99 | 0.64 |
| Hex | FE | 4A | 4F | 0 | 47 | 45 | 0 | 166 | 63 | 40 |
| Octal | 376 | 112 | 117 | 0 | 107 | 105 | 0 | 546 | 143 | 100 |
| Binary | 11111110 | 1001010 | 1001111 | 0 | 1000111 | 1000101 | 0 | 101100110 | 1100011 | 1000000 |
Color Harmonies of #FE4A4F
Complementary color
Monochromatic Colors of #FE4A4F
Black with #FE4A4F
Text Example
Text Example
White with #FE4A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4A4F; }
p { color: rgb(254,74,79); }
H1.HeaderClassName
{
color: #FE4A4F;
}
.AnyTagClassName
{
color: #FE4A4F;
}
</style>
background-color css
<style>
a { background-color: #FE4A4F; }
a { background-color: rgb(254,74,79); }
div.DivClassName
{
background-color: #FE4A4F;
}
.BgClassName
{
background-color: #FE4A4F;
}
</style>
border-color css
<style>
span { border-color: #FE4A4F; }
span { border-color: rgb(254,74,79); }
td.TdClassName
{
border-color: #FE4A4F;
}
.TagClassName
{
border-color: #FE4A4F;
}
</style>