Shades of Radical Red #FE3F45
Tints of Radical Red #FE3F45
RGB
CMYK
RGB Variations
Color information
#FE3F45 (or 0xFE3F45) is known color: Radical Red. HEX triplet: FE, 3F and 45. RGB value is (254,63,69). Sum of RGB (Red+Green+Blue) = 254+63+69=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3F45 is #01C0BA. Grayscale: #787878. Windows color (decimal): -114875 or 4538366. OLE color: 4538366.
HSL color Cylindrical-coordinate representation of color #FE3F45: hue angle of 358.12º 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 #FE3F45 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 69 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.00 |
| HSL | 358.12º | 0.99% | 0.62% | - |
| HSV(B) | 358.12º | 0.75% | 1% | - |
| XYZ | 43.72 | 25.06 | 8.16 | - |
| YUV | 120.79 | 98.78 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 69 | 0 | 0.75 | 0.73 | 0.00 | 358.12 | 0.99 | 0.62 |
| Hex | FE | 3F | 45 | 0 | 4B | 49 | 0 | 166 | 63 | 3E |
| Octal | 376 | 77 | 105 | 0 | 113 | 111 | 0 | 546 | 143 | 76 |
| Binary | 11111110 | 111111 | 1000101 | 0 | 1001011 | 1001001 | 0 | 101100110 | 1100011 | 111110 |
Color Harmonies of #FE3F45
Complementary color
Monochromatic Colors of #FE3F45
Black with #FE3F45
Text Example
Text Example
White with #FE3F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F45; }
p { color: rgb(254,63,69); }
H1.HeaderClassName
{
color: #FE3F45;
}
.AnyTagClassName
{
color: #FE3F45;
}
</style>
background-color css
<style>
a { background-color: #FE3F45; }
a { background-color: rgb(254,63,69); }
div.DivClassName
{
background-color: #FE3F45;
}
.BgClassName
{
background-color: #FE3F45;
}
</style>
border-color css
<style>
span { border-color: #FE3F45; }
span { border-color: rgb(254,63,69); }
td.TdClassName
{
border-color: #FE3F45;
}
.TagClassName
{
border-color: #FE3F45;
}
</style>