Shades of Radical Red #FE2274
Tints of Radical Red #FE2274
RGB
CMYK
RGB Variations
Color information
#FE2274 (or 0xFE2274) is known color: Radical Red. HEX triplet: FE, 22 and 74. RGB value is (254,34,116). Sum of RGB (Red+Green+Blue) = 254+34+116=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 34 (13.67% from 255 or 8.42% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2274 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2274 is #01DD8B. Grayscale: #6D6D6D. Windows color (decimal): -122252 or 7611134. OLE color: 7611134.
HSL color Cylindrical-coordinate representation of color #FE2274: hue angle of 337.64º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2274 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 116 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.00 |
| HSL | 337.64º | 0.99% | 0.56% | - |
| HSV(B) | 337.64º | 0.87% | 1% | - |
| XYZ | 44.6 | 23.48 | 18.7 | - |
| YUV | 109.13 | 131.89 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 116 | 0 | 0.87 | 0.54 | 0.00 | 337.64 | 0.99 | 0.56 |
| Hex | FE | 22 | 74 | 0 | 57 | 36 | 0 | 152 | 63 | 38 |
| Octal | 376 | 42 | 164 | 0 | 127 | 66 | 0 | 522 | 143 | 70 |
| Binary | 11111110 | 100010 | 1110100 | 0 | 1010111 | 110110 | 0 | 101010010 | 1100011 | 111000 |
Color Harmonies of #FE2274
Complementary color
Monochromatic Colors of #FE2274
Black with #FE2274
Text Example
Text Example
White with #FE2274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2274; }
p { color: rgb(254,34,116); }
H1.HeaderClassName
{
color: #FE2274;
}
.AnyTagClassName
{
color: #FE2274;
}
</style>
background-color css
<style>
a { background-color: #FE2274; }
a { background-color: rgb(254,34,116); }
div.DivClassName
{
background-color: #FE2274;
}
.BgClassName
{
background-color: #FE2274;
}
</style>
border-color css
<style>
span { border-color: #FE2274; }
span { border-color: rgb(254,34,116); }
td.TdClassName
{
border-color: #FE2274;
}
.TagClassName
{
border-color: #FE2274;
}
</style>