Shades of Radical Red #FE3277
Tints of Radical Red #FE3277
RGB
CMYK
RGB Variations
Color information
#FE3277 (or 0xFE3277) is known color: Radical Red. HEX triplet: FE, 32 and 77. RGB value is (254,50,119). Sum of RGB (Red+Green+Blue) = 254+50+119=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3277 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3277 is #01CD88. Grayscale: #767676. Windows color (decimal): -118153 or 7811838. OLE color: 7811838.
HSL color Cylindrical-coordinate representation of color #FE3277: hue angle of 339.71º 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 #FE3277 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 119 | - |
| CMYK | 0 | 0.80 | 0.53 | 0.00 |
| HSL | 339.71º | 0.99% | 0.6% | - |
| HSV(B) | 339.71º | 0.8% | 1% | - |
| XYZ | 45.34 | 24.68 | 19.83 | - |
| YUV | 118.86 | 128.09 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 119 | 0 | 0.80 | 0.53 | 0.00 | 339.71 | 0.99 | 0.6 |
| Hex | FE | 32 | 77 | 0 | 50 | 35 | 0 | 154 | 63 | 3C |
| Octal | 376 | 62 | 167 | 0 | 120 | 65 | 0 | 524 | 143 | 74 |
| Binary | 11111110 | 110010 | 1110111 | 0 | 1010000 | 110101 | 0 | 101010100 | 1100011 | 111100 |
Color Harmonies of #FE3277
Complementary color
Monochromatic Colors of #FE3277
Black with #FE3277
Text Example
Text Example
White with #FE3277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3277; }
p { color: rgb(254,50,119); }
H1.HeaderClassName
{
color: #FE3277;
}
.AnyTagClassName
{
color: #FE3277;
}
</style>
background-color css
<style>
a { background-color: #FE3277; }
a { background-color: rgb(254,50,119); }
div.DivClassName
{
background-color: #FE3277;
}
.BgClassName
{
background-color: #FE3277;
}
</style>
border-color css
<style>
span { border-color: #FE3277; }
span { border-color: rgb(254,50,119); }
td.TdClassName
{
border-color: #FE3277;
}
.TagClassName
{
border-color: #FE3277;
}
</style>