Shades of Radical Red #FE434D
Tints of Radical Red #FE434D
RGB
CMYK
RGB Variations
Color information
#FE434D (or 0xFE434D) is known color: Radical Red. HEX triplet: FE, 43 and 4D. RGB value is (254,67,77). Sum of RGB (Red+Green+Blue) = 254+67+77=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE434D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE434D is #01BCB2. Grayscale: #7C7C7C. Windows color (decimal): -113843 or 5063678. OLE color: 5063678.
HSL color Cylindrical-coordinate representation of color #FE434D: hue angle of 356.79º 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 #FE434D is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 77 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.00 |
| HSL | 356.79º | 0.99% | 0.63% | - |
| HSV(B) | 356.79º | 0.74% | 1% | - |
| XYZ | 44.22 | 25.62 | 9.64 | - |
| YUV | 124.05 | 101.45 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 77 | 0 | 0.74 | 0.70 | 0.00 | 356.79 | 0.99 | 0.63 |
| Hex | FE | 43 | 4D | 0 | 4A | 46 | 0 | 165 | 63 | 3F |
| Octal | 376 | 103 | 115 | 0 | 112 | 106 | 0 | 545 | 143 | 77 |
| Binary | 11111110 | 1000011 | 1001101 | 0 | 1001010 | 1000110 | 0 | 101100101 | 1100011 | 111111 |
Color Harmonies of #FE434D
Complementary color
Monochromatic Colors of #FE434D
Black with #FE434D
Text Example
Text Example
White with #FE434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE434D; }
p { color: rgb(254,67,77); }
H1.HeaderClassName
{
color: #FE434D;
}
.AnyTagClassName
{
color: #FE434D;
}
</style>
background-color css
<style>
a { background-color: #FE434D; }
a { background-color: rgb(254,67,77); }
div.DivClassName
{
background-color: #FE434D;
}
.BgClassName
{
background-color: #FE434D;
}
</style>
border-color css
<style>
span { border-color: #FE434D; }
span { border-color: rgb(254,67,77); }
td.TdClassName
{
border-color: #FE434D;
}
.TagClassName
{
border-color: #FE434D;
}
</style>