Shades of Radical Red #FE3250
Tints of Radical Red #FE3250
RGB
CMYK
RGB Variations
Color information
#FE3250 (or 0xFE3250) is known color: Radical Red. HEX triplet: FE, 32 and 50. RGB value is (254,50,80). Sum of RGB (Red+Green+Blue) = 254+50+80=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3250 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3250 is #01CDAF. Grayscale: #727272. Windows color (decimal): -118192 or 5255934. OLE color: 5255934.
HSL color Cylindrical-coordinate representation of color #FE3250: hue angle of 351.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 #FE3250 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 80 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.00 |
| HSL | 351.18º | 0.99% | 0.6% | - |
| HSV(B) | 351.18º | 0.8% | 1% | - |
| XYZ | 43.46 | 23.93 | 9.92 | - |
| YUV | 114.42 | 108.59 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 80 | 0 | 0.80 | 0.69 | 0.00 | 351.18 | 0.99 | 0.6 |
| Hex | FE | 32 | 50 | 0 | 50 | 45 | 0 | 15F | 63 | 3C |
| Octal | 376 | 62 | 120 | 0 | 120 | 105 | 0 | 537 | 143 | 74 |
| Binary | 11111110 | 110010 | 1010000 | 0 | 1010000 | 1000101 | 0 | 101011111 | 1100011 | 111100 |
Color Harmonies of #FE3250
Complementary color
Monochromatic Colors of #FE3250
Black with #FE3250
Text Example
Text Example
White with #FE3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3250; }
p { color: rgb(254,50,80); }
H1.HeaderClassName
{
color: #FE3250;
}
.AnyTagClassName
{
color: #FE3250;
}
</style>
background-color css
<style>
a { background-color: #FE3250; }
a { background-color: rgb(254,50,80); }
div.DivClassName
{
background-color: #FE3250;
}
.BgClassName
{
background-color: #FE3250;
}
</style>
border-color css
<style>
span { border-color: #FE3250; }
span { border-color: rgb(254,50,80); }
td.TdClassName
{
border-color: #FE3250;
}
.TagClassName
{
border-color: #FE3250;
}
</style>