Shades of Radical Red #FE3261
Tints of Radical Red #FE3261
RGB
CMYK
RGB Variations
Color information
#FE3261 (or 0xFE3261) is known color: Radical Red. HEX triplet: FE, 32 and 61. RGB value is (254,50,97). Sum of RGB (Red+Green+Blue) = 254+50+97=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3261 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3261 is #01CD9E. Grayscale: #747474. Windows color (decimal): -118175 or 6370046. OLE color: 6370046.
HSL color Cylindrical-coordinate representation of color #FE3261: hue angle of 346.18º 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 #FE3261 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 97 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.00 |
| HSL | 346.18º | 0.99% | 0.6% | - |
| HSV(B) | 346.18º | 0.8% | 1% | - |
| XYZ | 44.17 | 24.22 | 13.66 | - |
| YUV | 116.35 | 117.09 | 226.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 97 | 0 | 0.80 | 0.62 | 0.00 | 346.18 | 0.99 | 0.6 |
| Hex | FE | 32 | 61 | 0 | 50 | 3E | 0 | 15A | 63 | 3C |
| Octal | 376 | 62 | 141 | 0 | 120 | 76 | 0 | 532 | 143 | 74 |
| Binary | 11111110 | 110010 | 1100001 | 0 | 1010000 | 111110 | 0 | 101011010 | 1100011 | 111100 |
Color Harmonies of #FE3261
Complementary color
Monochromatic Colors of #FE3261
Black with #FE3261
Text Example
Text Example
White with #FE3261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3261; }
p { color: rgb(254,50,97); }
H1.HeaderClassName
{
color: #FE3261;
}
.AnyTagClassName
{
color: #FE3261;
}
</style>
background-color css
<style>
a { background-color: #FE3261; }
a { background-color: rgb(254,50,97); }
div.DivClassName
{
background-color: #FE3261;
}
.BgClassName
{
background-color: #FE3261;
}
</style>
border-color css
<style>
span { border-color: #FE3261; }
span { border-color: rgb(254,50,97); }
td.TdClassName
{
border-color: #FE3261;
}
.TagClassName
{
border-color: #FE3261;
}
</style>