Shades of Radical Red #FE3353
Tints of Radical Red #FE3353
RGB
CMYK
RGB Variations
Color information
#FE3353 (or 0xFE3353) is known color: Radical Red. HEX triplet: FE, 33 and 53. RGB value is (254,51,83). Sum of RGB (Red+Green+Blue) = 254+51+83=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 83 (32.81% from 255 or 21.39% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3353 is #01CCAC. Grayscale: #737373. Windows color (decimal): -117933 or 5452798. OLE color: 5452798.
HSL color Cylindrical-coordinate representation of color #FE3353: hue angle of 350.54º 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 #FE3353 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 83 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.00 |
| HSL | 350.54º | 0.99% | 0.6% | - |
| HSV(B) | 350.54º | 0.8% | 1% | - |
| XYZ | 43.62 | 24.06 | 10.53 | - |
| YUV | 115.35 | 109.75 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 83 | 0 | 0.80 | 0.67 | 0.00 | 350.54 | 0.99 | 0.6 |
| Hex | FE | 33 | 53 | 0 | 50 | 43 | 0 | 15F | 63 | 3C |
| Octal | 376 | 63 | 123 | 0 | 120 | 103 | 0 | 537 | 143 | 74 |
| Binary | 11111110 | 110011 | 1010011 | 0 | 1010000 | 1000011 | 0 | 101011111 | 1100011 | 111100 |
Color Harmonies of #FE3353
Complementary color
Monochromatic Colors of #FE3353
Black with #FE3353
Text Example
Text Example
White with #FE3353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3353; }
p { color: rgb(254,51,83); }
H1.HeaderClassName
{
color: #FE3353;
}
.AnyTagClassName
{
color: #FE3353;
}
</style>
background-color css
<style>
a { background-color: #FE3353; }
a { background-color: rgb(254,51,83); }
div.DivClassName
{
background-color: #FE3353;
}
.BgClassName
{
background-color: #FE3353;
}
</style>
border-color css
<style>
span { border-color: #FE3353; }
span { border-color: rgb(254,51,83); }
td.TdClassName
{
border-color: #FE3353;
}
.TagClassName
{
border-color: #FE3353;
}
</style>