Shades of Radical Red #FE274E
Tints of Radical Red #FE274E
RGB
CMYK
RGB Variations
Color information
#FE274E (or 0xFE274E) is known color: Radical Red. HEX triplet: FE, 27 and 4E. RGB value is (254,39,78). Sum of RGB (Red+Green+Blue) = 254+39+78=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE274E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE274E is #01D8B1. Grayscale: #6B6B6B. Windows color (decimal): -121010 or 5122046. OLE color: 5122046.
HSL color Cylindrical-coordinate representation of color #FE274E: hue angle of 349.12º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE274E is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 78 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.00 |
| HSL | 349.12º | 0.99% | 0.57% | - |
| HSV(B) | 349.12º | 0.85% | 1% | - |
| XYZ | 42.97 | 23.07 | 9.4 | - |
| YUV | 107.73 | 111.23 | 232.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 78 | 0 | 0.85 | 0.69 | 0.00 | 349.12 | 0.99 | 0.57 |
| Hex | FE | 27 | 4E | 0 | 55 | 45 | 0 | 15D | 63 | 39 |
| Octal | 376 | 47 | 116 | 0 | 125 | 105 | 0 | 535 | 143 | 71 |
| Binary | 11111110 | 100111 | 1001110 | 0 | 1010101 | 1000101 | 0 | 101011101 | 1100011 | 111001 |
Color Harmonies of #FE274E
Complementary color
Monochromatic Colors of #FE274E
Black with #FE274E
Text Example
Text Example
White with #FE274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE274E; }
p { color: rgb(254,39,78); }
H1.HeaderClassName
{
color: #FE274E;
}
.AnyTagClassName
{
color: #FE274E;
}
</style>
background-color css
<style>
a { background-color: #FE274E; }
a { background-color: rgb(254,39,78); }
div.DivClassName
{
background-color: #FE274E;
}
.BgClassName
{
background-color: #FE274E;
}
</style>
border-color css
<style>
span { border-color: #FE274E; }
span { border-color: rgb(254,39,78); }
td.TdClassName
{
border-color: #FE274E;
}
.TagClassName
{
border-color: #FE274E;
}
</style>