Shades of Radical Red #FE3270
Tints of Radical Red #FE3270
RGB
CMYK
RGB Variations
Color information
#FE3270 (or 0xFE3270) is known color: Radical Red. HEX triplet: FE, 32 and 70. RGB value is (254,50,112). Sum of RGB (Red+Green+Blue) = 254+50+112=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3270 is #01CD8F. Grayscale: #767676. Windows color (decimal): -118160 or 7353086. OLE color: 7353086.
HSL color Cylindrical-coordinate representation of color #FE3270: hue angle of 341.76º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3270 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 112 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.00 |
| HSL | 341.76º | 0.99% | 0.6% | - |
| HSV(B) | 341.76º | 0.8% | 1% | - |
| XYZ | 44.94 | 24.52 | 17.69 | - |
| YUV | 118.06 | 124.59 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 112 | 0 | 0.80 | 0.56 | 0.00 | 341.76 | 0.99 | 0.6 |
| Hex | FE | 32 | 70 | 0 | 50 | 38 | 0 | 156 | 63 | 3C |
| Octal | 376 | 62 | 160 | 0 | 120 | 70 | 0 | 526 | 143 | 74 |
| Binary | 11111110 | 110010 | 1110000 | 0 | 1010000 | 111000 | 0 | 101010110 | 1100011 | 111100 |
Color Harmonies of #FE3270
Complementary color
Monochromatic Colors of #FE3270
Black with #FE3270
Text Example
Text Example
White with #FE3270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3270; }
p { color: rgb(254,50,112); }
H1.HeaderClassName
{
color: #FE3270;
}
.AnyTagClassName
{
color: #FE3270;
}
</style>
background-color css
<style>
a { background-color: #FE3270; }
a { background-color: rgb(254,50,112); }
div.DivClassName
{
background-color: #FE3270;
}
.BgClassName
{
background-color: #FE3270;
}
</style>
border-color css
<style>
span { border-color: #FE3270; }
span { border-color: rgb(254,50,112); }
td.TdClassName
{
border-color: #FE3270;
}
.TagClassName
{
border-color: #FE3270;
}
</style>