Shades of Radical Red #FE4270
Tints of Radical Red #FE4270
RGB
CMYK
RGB Variations
Color information
#FE4270 (or 0xFE4270) is known color: Radical Red. HEX triplet: FE, 42 and 70. RGB value is (254,66,112). Sum of RGB (Red+Green+Blue) = 254+66+112=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4270 is #01BD8F. Grayscale: #7F7F7F. Windows color (decimal): -114064 or 7357182. OLE color: 7357182.
HSL color Cylindrical-coordinate representation of color #FE4270: hue angle of 345.32º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE4270 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 112 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.00 |
| HSL | 345.32º | 0.99% | 0.63% | - |
| HSV(B) | 345.32º | 0.74% | 1% | - |
| XYZ | 45.75 | 26.14 | 17.96 | - |
| YUV | 127.46 | 119.28 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 112 | 0 | 0.74 | 0.56 | 0.00 | 345.32 | 0.99 | 0.63 |
| Hex | FE | 42 | 70 | 0 | 4A | 38 | 0 | 159 | 63 | 3F |
| Octal | 376 | 102 | 160 | 0 | 112 | 70 | 0 | 531 | 143 | 77 |
| Binary | 11111110 | 1000010 | 1110000 | 0 | 1001010 | 111000 | 0 | 101011001 | 1100011 | 111111 |
Color Harmonies of #FE4270
Complementary color
Monochromatic Colors of #FE4270
Black with #FE4270
Text Example
Text Example
White with #FE4270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4270; }
p { color: rgb(254,66,112); }
H1.HeaderClassName
{
color: #FE4270;
}
.AnyTagClassName
{
color: #FE4270;
}
</style>
background-color css
<style>
a { background-color: #FE4270; }
a { background-color: rgb(254,66,112); }
div.DivClassName
{
background-color: #FE4270;
}
.BgClassName
{
background-color: #FE4270;
}
</style>
border-color css
<style>
span { border-color: #FE4270; }
span { border-color: rgb(254,66,112); }
td.TdClassName
{
border-color: #FE4270;
}
.TagClassName
{
border-color: #FE4270;
}
</style>