Shades of Radical Red #FE335C
Tints of Radical Red #FE335C
RGB
CMYK
RGB Variations
Color information
#FE335C (or 0xFE335C) is known color: Radical Red. HEX triplet: FE, 33 and 5C. RGB value is (254,51,92). Sum of RGB (Red+Green+Blue) = 254+51+92=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 51 (20.31% from 255 or 12.85% from 397); Blue value is 92 (36.33% from 255 or 23.17% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE335C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE335C is #01CCA3. Grayscale: #747474. Windows color (decimal): -117924 or 6042622. OLE color: 6042622.
HSL color Cylindrical-coordinate representation of color #FE335C: hue angle of 347.88º 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 #FE335C is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 51 | 92 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.00 |
| HSL | 347.88º | 0.99% | 0.6% | - |
| HSV(B) | 347.88º | 0.8% | 1% | - |
| XYZ | 43.99 | 24.21 | 12.48 | - |
| YUV | 116.37 | 114.25 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 51 | 92 | 0 | 0.80 | 0.64 | 0.00 | 347.88 | 0.99 | 0.6 |
| Hex | FE | 33 | 5C | 0 | 50 | 40 | 0 | 15C | 63 | 3C |
| Octal | 376 | 63 | 134 | 0 | 120 | 100 | 0 | 534 | 143 | 74 |
| Binary | 11111110 | 110011 | 1011100 | 0 | 1010000 | 1000000 | 0 | 101011100 | 1100011 | 111100 |
Color Harmonies of #FE335C
Complementary color
Monochromatic Colors of #FE335C
Black with #FE335C
Text Example
Text Example
White with #FE335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE335C; }
p { color: rgb(254,51,92); }
H1.HeaderClassName
{
color: #FE335C;
}
.AnyTagClassName
{
color: #FE335C;
}
</style>
background-color css
<style>
a { background-color: #FE335C; }
a { background-color: rgb(254,51,92); }
div.DivClassName
{
background-color: #FE335C;
}
.BgClassName
{
background-color: #FE335C;
}
</style>
border-color css
<style>
span { border-color: #FE335C; }
span { border-color: rgb(254,51,92); }
td.TdClassName
{
border-color: #FE335C;
}
.TagClassName
{
border-color: #FE335C;
}
</style>