Shades of Radical Red #FE2275
Tints of Radical Red #FE2275
RGB
CMYK
RGB Variations
Color information
#FE2275 (or 0xFE2275) is known color: Radical Red. HEX triplet: FE, 22 and 75. RGB value is (254,34,117). Sum of RGB (Red+Green+Blue) = 254+34+117=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 34 (13.67% from 255 or 8.40% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2275 is #01DD8A. Grayscale: #6D6D6D. Windows color (decimal): -122251 or 7676670. OLE color: 7676670.
HSL color Cylindrical-coordinate representation of color #FE2275: hue angle of 337.36º 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 #FE2275 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 117 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.00 |
| HSL | 337.36º | 0.99% | 0.56% | - |
| HSV(B) | 337.36º | 0.87% | 1% | - |
| XYZ | 44.66 | 23.5 | 19.01 | - |
| YUV | 109.24 | 132.39 | 231.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 117 | 0 | 0.87 | 0.54 | 0.00 | 337.36 | 0.99 | 0.56 |
| Hex | FE | 22 | 75 | 0 | 57 | 36 | 0 | 151 | 63 | 38 |
| Octal | 376 | 42 | 165 | 0 | 127 | 66 | 0 | 521 | 143 | 70 |
| Binary | 11111110 | 100010 | 1110101 | 0 | 1010111 | 110110 | 0 | 101010001 | 1100011 | 111000 |
Color Harmonies of #FE2275
Complementary color
Monochromatic Colors of #FE2275
Black with #FE2275
Text Example
Text Example
White with #FE2275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2275; }
p { color: rgb(254,34,117); }
H1.HeaderClassName
{
color: #FE2275;
}
.AnyTagClassName
{
color: #FE2275;
}
</style>
background-color css
<style>
a { background-color: #FE2275; }
a { background-color: rgb(254,34,117); }
div.DivClassName
{
background-color: #FE2275;
}
.BgClassName
{
background-color: #FE2275;
}
</style>
border-color css
<style>
span { border-color: #FE2275; }
span { border-color: rgb(254,34,117); }
td.TdClassName
{
border-color: #FE2275;
}
.TagClassName
{
border-color: #FE2275;
}
</style>