Shades of Radical Red #FE3F40
Tints of Radical Red #FE3F40
RGB
CMYK
RGB Variations
Color information
#FE3F40 (or 0xFE3F40) is known color: Radical Red. HEX triplet: FE, 3F and 40. RGB value is (254,63,64). Sum of RGB (Red+Green+Blue) = 254+63+64=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3F40 is #01C0BF. Grayscale: #787878. Windows color (decimal): -114880 or 4210686. OLE color: 4210686.
HSL color Cylindrical-coordinate representation of color #FE3F40: hue angle of 359.69º 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 #FE3F40 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 64 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.00 |
| HSL | 359.69º | 0.99% | 0.62% | - |
| HSV(B) | 359.69º | 0.75% | 1% | - |
| XYZ | 43.58 | 25 | 7.38 | - |
| YUV | 120.22 | 96.28 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 64 | 0 | 0.75 | 0.75 | 0.00 | 359.69 | 0.99 | 0.62 |
| Hex | FE | 3F | 40 | 0 | 4B | 4B | 0 | 168 | 63 | 3E |
| Octal | 376 | 77 | 100 | 0 | 113 | 113 | 0 | 550 | 143 | 76 |
| Binary | 11111110 | 111111 | 1000000 | 0 | 1001011 | 1001011 | 0 | 101101000 | 1100011 | 111110 |
Color Harmonies of #FE3F40
Complementary color
Monochromatic Colors of #FE3F40
Black with #FE3F40
Text Example
Text Example
White with #FE3F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F40; }
p { color: rgb(254,63,64); }
H1.HeaderClassName
{
color: #FE3F40;
}
.AnyTagClassName
{
color: #FE3F40;
}
</style>
background-color css
<style>
a { background-color: #FE3F40; }
a { background-color: rgb(254,63,64); }
div.DivClassName
{
background-color: #FE3F40;
}
.BgClassName
{
background-color: #FE3F40;
}
</style>
border-color css
<style>
span { border-color: #FE3F40; }
span { border-color: rgb(254,63,64); }
td.TdClassName
{
border-color: #FE3F40;
}
.TagClassName
{
border-color: #FE3F40;
}
</style>