Shades of Radical Red #FE3350
Tints of Radical Red #FE3350
RGB
CMYK
RGB Variations
Color information
#FE3350 (or 0xFE3350) is known color: Radical Red. HEX triplet: FE, 33 and 50. RGB value is (254,51,80). Sum of RGB (Red+Green+Blue) = 254+51+80=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3350 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3350 is #01CCAF. Grayscale: #737373. Windows color (decimal): -117936 or 5256190. OLE color: 5256190.
HSL color Cylindrical-coordinate representation of color #FE3350: hue angle of 351.43º 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 #FE3350 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 80 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.00 |
| HSL | 351.43º | 0.99% | 0.6% | - |
| HSV(B) | 351.43º | 0.8% | 1% | - |
| XYZ | 43.5 | 24.02 | 9.93 | - |
| YUV | 115 | 108.25 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 80 | 0 | 0.80 | 0.69 | 0.00 | 351.43 | 0.99 | 0.6 |
| Hex | FE | 33 | 50 | 0 | 50 | 45 | 0 | 15F | 63 | 3C |
| Octal | 376 | 63 | 120 | 0 | 120 | 105 | 0 | 537 | 143 | 74 |
| Binary | 11111110 | 110011 | 1010000 | 0 | 1010000 | 1000101 | 0 | 101011111 | 1100011 | 111100 |
Color Harmonies of #FE3350
Complementary color
Monochromatic Colors of #FE3350
Black with #FE3350
Text Example
Text Example
White with #FE3350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3350; }
p { color: rgb(254,51,80); }
H1.HeaderClassName
{
color: #FE3350;
}
.AnyTagClassName
{
color: #FE3350;
}
</style>
background-color css
<style>
a { background-color: #FE3350; }
a { background-color: rgb(254,51,80); }
div.DivClassName
{
background-color: #FE3350;
}
.BgClassName
{
background-color: #FE3350;
}
</style>
border-color css
<style>
span { border-color: #FE3350; }
span { border-color: rgb(254,51,80); }
td.TdClassName
{
border-color: #FE3350;
}
.TagClassName
{
border-color: #FE3350;
}
</style>