Shades of Radical Red #FE2355
Tints of Radical Red #FE2355
RGB
CMYK
RGB Variations
Color information
#FE2355 (or 0xFE2355) is known color: Radical Red. HEX triplet: FE, 23 and 55. RGB value is (254,35,85). Sum of RGB (Red+Green+Blue) = 254+35+85=374 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.91% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2355 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2355 is #01DCAA. Grayscale: #6A6A6A. Windows color (decimal): -122027 or 5579774. OLE color: 5579774.
HSL color Cylindrical-coordinate representation of color #FE2355: hue angle of 346.3º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2355 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 35 | 85 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.00 |
| HSL | 346.3º | 0.99% | 0.57% | - |
| HSV(B) | 346.3º | 0.86% | 1% | - |
| XYZ | 43.11 | 22.93 | 10.75 | - |
| YUV | 106.18 | 116.05 | 233.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 35 | 85 | 0 | 0.86 | 0.67 | 0.00 | 346.3 | 0.99 | 0.57 |
| Hex | FE | 23 | 55 | 0 | 56 | 43 | 0 | 15A | 63 | 39 |
| Octal | 376 | 43 | 125 | 0 | 126 | 103 | 0 | 532 | 143 | 71 |
| Binary | 11111110 | 100011 | 1010101 | 0 | 1010110 | 1000011 | 0 | 101011010 | 1100011 | 111001 |
Color Harmonies of #FE2355
Complementary color
Monochromatic Colors of #FE2355
Black with #FE2355
Text Example
Text Example
White with #FE2355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2355; }
p { color: rgb(254,35,85); }
H1.HeaderClassName
{
color: #FE2355;
}
.AnyTagClassName
{
color: #FE2355;
}
</style>
background-color css
<style>
a { background-color: #FE2355; }
a { background-color: rgb(254,35,85); }
div.DivClassName
{
background-color: #FE2355;
}
.BgClassName
{
background-color: #FE2355;
}
</style>
border-color css
<style>
span { border-color: #FE2355; }
span { border-color: rgb(254,35,85); }
td.TdClassName
{
border-color: #FE2355;
}
.TagClassName
{
border-color: #FE2355;
}
</style>