Shades of Radical Red #FE3275
Tints of Radical Red #FE3275
RGB
CMYK
RGB Variations
Color information
#FE3275 (or 0xFE3275) is known color: Radical Red. HEX triplet: FE, 32 and 75. RGB value is (254,50,117). Sum of RGB (Red+Green+Blue) = 254+50+117=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3275 is #01CD8A. Grayscale: #767676. Windows color (decimal): -118155 or 7680766. OLE color: 7680766.
HSL color Cylindrical-coordinate representation of color #FE3275: hue angle of 340.29º 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 #FE3275 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 117 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.00 |
| HSL | 340.29º | 0.99% | 0.6% | - |
| HSV(B) | 340.29º | 0.8% | 1% | - |
| XYZ | 45.22 | 24.64 | 19.2 | - |
| YUV | 118.63 | 127.09 | 224.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 117 | 0 | 0.80 | 0.54 | 0.00 | 340.29 | 0.99 | 0.6 |
| Hex | FE | 32 | 75 | 0 | 50 | 36 | 0 | 154 | 63 | 3C |
| Octal | 376 | 62 | 165 | 0 | 120 | 66 | 0 | 524 | 143 | 74 |
| Binary | 11111110 | 110010 | 1110101 | 0 | 1010000 | 110110 | 0 | 101010100 | 1100011 | 111100 |
Color Harmonies of #FE3275
Complementary color
Monochromatic Colors of #FE3275
Black with #FE3275
Text Example
Text Example
White with #FE3275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3275; }
p { color: rgb(254,50,117); }
H1.HeaderClassName
{
color: #FE3275;
}
.AnyTagClassName
{
color: #FE3275;
}
</style>
background-color css
<style>
a { background-color: #FE3275; }
a { background-color: rgb(254,50,117); }
div.DivClassName
{
background-color: #FE3275;
}
.BgClassName
{
background-color: #FE3275;
}
</style>
border-color css
<style>
span { border-color: #FE3275; }
span { border-color: rgb(254,50,117); }
td.TdClassName
{
border-color: #FE3275;
}
.TagClassName
{
border-color: #FE3275;
}
</style>