Shades of Radical Red #FE3F42
Tints of Radical Red #FE3F42
RGB
CMYK
RGB Variations
Color information
#FE3F42 (or 0xFE3F42) is known color: Radical Red. HEX triplet: FE, 3F and 42. RGB value is (254,63,66). Sum of RGB (Red+Green+Blue) = 254+63+66=383 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.32% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 66 (26.17% from 255 or 17.23% from 383); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3F42 is #01C0BD. Grayscale: #787878. Windows color (decimal): -114878 or 4341758. OLE color: 4341758.
HSL color Cylindrical-coordinate representation of color #FE3F42: hue angle of 359.06º 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 #FE3F42 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 66 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.00 |
| HSL | 359.06º | 0.99% | 0.62% | - |
| HSV(B) | 359.06º | 0.75% | 1% | - |
| XYZ | 43.63 | 25.02 | 7.68 | - |
| YUV | 120.45 | 97.28 | 223.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 66 | 0 | 0.75 | 0.74 | 0.00 | 359.06 | 0.99 | 0.62 |
| Hex | FE | 3F | 42 | 0 | 4B | 4A | 0 | 167 | 63 | 3E |
| Octal | 376 | 77 | 102 | 0 | 113 | 112 | 0 | 547 | 143 | 76 |
| Binary | 11111110 | 111111 | 1000010 | 0 | 1001011 | 1001010 | 0 | 101100111 | 1100011 | 111110 |
Color Harmonies of #FE3F42
Complementary color
Monochromatic Colors of #FE3F42
Black with #FE3F42
Text Example
Text Example
White with #FE3F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F42; }
p { color: rgb(254,63,66); }
H1.HeaderClassName
{
color: #FE3F42;
}
.AnyTagClassName
{
color: #FE3F42;
}
</style>
background-color css
<style>
a { background-color: #FE3F42; }
a { background-color: rgb(254,63,66); }
div.DivClassName
{
background-color: #FE3F42;
}
.BgClassName
{
background-color: #FE3F42;
}
</style>
border-color css
<style>
span { border-color: #FE3F42; }
span { border-color: rgb(254,63,66); }
td.TdClassName
{
border-color: #FE3F42;
}
.TagClassName
{
border-color: #FE3F42;
}
</style>