Shades of Radical Red #FE404B
Tints of Radical Red #FE404B
RGB
CMYK
RGB Variations
Color information
#FE404B (or 0xFE404B) is known color: Radical Red. HEX triplet: FE, 40 and 4B. RGB value is (254,64,75). Sum of RGB (Red+Green+Blue) = 254+64+75=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE404B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE404B is #01BFB4. Grayscale: #7A7A7A. Windows color (decimal): -114613 or 4931838. OLE color: 4931838.
HSL color Cylindrical-coordinate representation of color #FE404B: hue angle of 356.53º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE404B is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 64 | 75 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.00 |
| HSL | 356.53º | 0.99% | 0.62% | - |
| HSV(B) | 356.53º | 0.75% | 1% | - |
| XYZ | 43.98 | 25.25 | 9.21 | - |
| YUV | 122.06 | 101.45 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 64 | 75 | 0 | 0.75 | 0.70 | 0.00 | 356.53 | 0.99 | 0.62 |
| Hex | FE | 40 | 4B | 0 | 4B | 46 | 0 | 165 | 63 | 3E |
| Octal | 376 | 100 | 113 | 0 | 113 | 106 | 0 | 545 | 143 | 76 |
| Binary | 11111110 | 1000000 | 1001011 | 0 | 1001011 | 1000110 | 0 | 101100101 | 1100011 | 111110 |
Color Harmonies of #FE404B
Complementary color
Monochromatic Colors of #FE404B
Black with #FE404B
Text Example
Text Example
White with #FE404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE404B; }
p { color: rgb(254,64,75); }
H1.HeaderClassName
{
color: #FE404B;
}
.AnyTagClassName
{
color: #FE404B;
}
</style>
background-color css
<style>
a { background-color: #FE404B; }
a { background-color: rgb(254,64,75); }
div.DivClassName
{
background-color: #FE404B;
}
.BgClassName
{
background-color: #FE404B;
}
</style>
border-color css
<style>
span { border-color: #FE404B; }
span { border-color: rgb(254,64,75); }
td.TdClassName
{
border-color: #FE404B;
}
.TagClassName
{
border-color: #FE404B;
}
</style>