Shades of Radical Red #FE2270
Tints of Radical Red #FE2270
RGB
CMYK
RGB Variations
Color information
#FE2270 (or 0xFE2270) is known color: Radical Red. HEX triplet: FE, 22 and 70. RGB value is (254,34,112). Sum of RGB (Red+Green+Blue) = 254+34+112=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2270 is #01DD8F. Grayscale: #6C6C6C. Windows color (decimal): -122256 or 7348990. OLE color: 7348990.
HSL color Cylindrical-coordinate representation of color #FE2270: hue angle of 338.73º 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 #FE2270 is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 112 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.00 |
| HSL | 338.73º | 0.99% | 0.56% | - |
| HSV(B) | 338.73º | 0.87% | 1% | - |
| XYZ | 44.37 | 23.38 | 17.5 | - |
| YUV | 108.67 | 129.89 | 231.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 112 | 0 | 0.87 | 0.56 | 0.00 | 338.73 | 0.99 | 0.56 |
| Hex | FE | 22 | 70 | 0 | 57 | 38 | 0 | 153 | 63 | 38 |
| Octal | 376 | 42 | 160 | 0 | 127 | 70 | 0 | 523 | 143 | 70 |
| Binary | 11111110 | 100010 | 1110000 | 0 | 1010111 | 111000 | 0 | 101010011 | 1100011 | 111000 |
Color Harmonies of #FE2270
Complementary color
Monochromatic Colors of #FE2270
Black with #FE2270
Text Example
Text Example
White with #FE2270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2270; }
p { color: rgb(254,34,112); }
H1.HeaderClassName
{
color: #FE2270;
}
.AnyTagClassName
{
color: #FE2270;
}
</style>
background-color css
<style>
a { background-color: #FE2270; }
a { background-color: rgb(254,34,112); }
div.DivClassName
{
background-color: #FE2270;
}
.BgClassName
{
background-color: #FE2270;
}
</style>
border-color css
<style>
span { border-color: #FE2270; }
span { border-color: rgb(254,34,112); }
td.TdClassName
{
border-color: #FE2270;
}
.TagClassName
{
border-color: #FE2270;
}
</style>