Shades of Radical Red #FE2770
Tints of Radical Red #FE2770
RGB
CMYK
RGB Variations
Color information
#FE2770 (or 0xFE2770) is known color: Radical Red. HEX triplet: FE, 27 and 70. RGB value is (254,39,112). Sum of RGB (Red+Green+Blue) = 254+39+112=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 39 (15.62% from 255 or 9.63% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2770 is #01D88F. Grayscale: #6F6F6F. Windows color (decimal): -120976 or 7350270. OLE color: 7350270.
HSL color Cylindrical-coordinate representation of color #FE2770: hue angle of 339.63º 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 #FE2770 is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 112 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.00 |
| HSL | 339.63º | 0.99% | 0.57% | - |
| HSV(B) | 339.63º | 0.85% | 1% | - |
| XYZ | 44.52 | 23.69 | 17.56 | - |
| YUV | 111.61 | 128.23 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 112 | 0 | 0.85 | 0.56 | 0.00 | 339.63 | 0.99 | 0.57 |
| Hex | FE | 27 | 70 | 0 | 55 | 38 | 0 | 154 | 63 | 39 |
| Octal | 376 | 47 | 160 | 0 | 125 | 70 | 0 | 524 | 143 | 71 |
| Binary | 11111110 | 100111 | 1110000 | 0 | 1010101 | 111000 | 0 | 101010100 | 1100011 | 111001 |
Color Harmonies of #FE2770
Complementary color
Monochromatic Colors of #FE2770
Black with #FE2770
Text Example
Text Example
White with #FE2770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2770; }
p { color: rgb(254,39,112); }
H1.HeaderClassName
{
color: #FE2770;
}
.AnyTagClassName
{
color: #FE2770;
}
</style>
background-color css
<style>
a { background-color: #FE2770; }
a { background-color: rgb(254,39,112); }
div.DivClassName
{
background-color: #FE2770;
}
.BgClassName
{
background-color: #FE2770;
}
</style>
border-color css
<style>
span { border-color: #FE2770; }
span { border-color: rgb(254,39,112); }
td.TdClassName
{
border-color: #FE2770;
}
.TagClassName
{
border-color: #FE2770;
}
</style>