Shades of Radical Red #FE414C
Tints of Radical Red #FE414C
RGB
CMYK
RGB Variations
Color information
#FE414C (or 0xFE414C) is known color: Radical Red. HEX triplet: FE, 41 and 4C. RGB value is (254,65,76). Sum of RGB (Red+Green+Blue) = 254+65+76=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 76 (30.08% from 255 or 19.24% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE414C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE414C is #01BEB3. Grayscale: #7A7A7A. Windows color (decimal): -114356 or 4997630. OLE color: 4997630.
HSL color Cylindrical-coordinate representation of color #FE414C: hue angle of 356.51º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE414C is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 76 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.00 |
| HSL | 356.51º | 0.99% | 0.63% | - |
| HSV(B) | 356.51º | 0.74% | 1% | - |
| XYZ | 44.07 | 25.37 | 9.41 | - |
| YUV | 122.77 | 101.62 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 76 | 0 | 0.74 | 0.70 | 0.00 | 356.51 | 0.99 | 0.63 |
| Hex | FE | 41 | 4C | 0 | 4A | 46 | 0 | 165 | 63 | 3F |
| Octal | 376 | 101 | 114 | 0 | 112 | 106 | 0 | 545 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1001100 | 0 | 1001010 | 1000110 | 0 | 101100101 | 1100011 | 111111 |
Color Harmonies of #FE414C
Complementary color
Monochromatic Colors of #FE414C
Black with #FE414C
Text Example
Text Example
White with #FE414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE414C; }
p { color: rgb(254,65,76); }
H1.HeaderClassName
{
color: #FE414C;
}
.AnyTagClassName
{
color: #FE414C;
}
</style>
background-color css
<style>
a { background-color: #FE414C; }
a { background-color: rgb(254,65,76); }
div.DivClassName
{
background-color: #FE414C;
}
.BgClassName
{
background-color: #FE414C;
}
</style>
border-color css
<style>
span { border-color: #FE414C; }
span { border-color: rgb(254,65,76); }
td.TdClassName
{
border-color: #FE414C;
}
.TagClassName
{
border-color: #FE414C;
}
</style>