Shades of Radical Red #FE3352
Tints of Radical Red #FE3352
RGB
CMYK
RGB Variations
Color information
#FE3352 (or 0xFE3352) is known color: Radical Red. HEX triplet: FE, 33 and 52. RGB value is (254,51,82). Sum of RGB (Red+Green+Blue) = 254+51+82=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 51 (20.31% from 255 or 13.18% from 387); Blue value is 82 (32.42% from 255 or 21.19% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3352 is #01CCAD. Grayscale: #737373. Windows color (decimal): -117934 or 5387262. OLE color: 5387262.
HSL color Cylindrical-coordinate representation of color #FE3352: hue angle of 350.84º 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 #FE3352 is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 82 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.00 |
| HSL | 350.84º | 0.99% | 0.6% | - |
| HSV(B) | 350.84º | 0.8% | 1% | - |
| XYZ | 43.58 | 24.05 | 10.33 | - |
| YUV | 115.23 | 109.25 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 82 | 0 | 0.80 | 0.68 | 0.00 | 350.84 | 0.99 | 0.6 |
| Hex | FE | 33 | 52 | 0 | 50 | 44 | 0 | 15F | 63 | 3C |
| Octal | 376 | 63 | 122 | 0 | 120 | 104 | 0 | 537 | 143 | 74 |
| Binary | 11111110 | 110011 | 1010010 | 0 | 1010000 | 1000100 | 0 | 101011111 | 1100011 | 111100 |
Color Harmonies of #FE3352
Complementary color
Monochromatic Colors of #FE3352
Black with #FE3352
Text Example
Text Example
White with #FE3352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3352; }
p { color: rgb(254,51,82); }
H1.HeaderClassName
{
color: #FE3352;
}
.AnyTagClassName
{
color: #FE3352;
}
</style>
background-color css
<style>
a { background-color: #FE3352; }
a { background-color: rgb(254,51,82); }
div.DivClassName
{
background-color: #FE3352;
}
.BgClassName
{
background-color: #FE3352;
}
</style>
border-color css
<style>
span { border-color: #FE3352; }
span { border-color: rgb(254,51,82); }
td.TdClassName
{
border-color: #FE3352;
}
.TagClassName
{
border-color: #FE3352;
}
</style>