Shades of Radical Red #FE2755
Tints of Radical Red #FE2755
RGB
CMYK
RGB Variations
Color information
#FE2755 (or 0xFE2755) is known color: Radical Red. HEX triplet: FE, 27 and 55. RGB value is (254,39,85). Sum of RGB (Red+Green+Blue) = 254+39+85=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2755 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2755 is #01D8AA. Grayscale: #6C6C6C. Windows color (decimal): -121003 or 5580798. OLE color: 5580798.
HSL color Cylindrical-coordinate representation of color #FE2755: hue angle of 347.16º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2755 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 85 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.00 |
| HSL | 347.16º | 0.99% | 0.57% | - |
| HSV(B) | 347.16º | 0.85% | 1% | - |
| XYZ | 43.24 | 23.18 | 10.79 | - |
| YUV | 108.53 | 114.73 | 231.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 85 | 0 | 0.85 | 0.67 | 0.00 | 347.16 | 0.99 | 0.57 |
| Hex | FE | 27 | 55 | 0 | 55 | 43 | 0 | 15B | 63 | 39 |
| Octal | 376 | 47 | 125 | 0 | 125 | 103 | 0 | 533 | 143 | 71 |
| Binary | 11111110 | 100111 | 1010101 | 0 | 1010101 | 1000011 | 0 | 101011011 | 1100011 | 111001 |
Color Harmonies of #FE2755
Complementary color
Monochromatic Colors of #FE2755
Black with #FE2755
Text Example
Text Example
White with #FE2755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2755; }
p { color: rgb(254,39,85); }
H1.HeaderClassName
{
color: #FE2755;
}
.AnyTagClassName
{
color: #FE2755;
}
</style>
background-color css
<style>
a { background-color: #FE2755; }
a { background-color: rgb(254,39,85); }
div.DivClassName
{
background-color: #FE2755;
}
.BgClassName
{
background-color: #FE2755;
}
</style>
border-color css
<style>
span { border-color: #FE2755; }
span { border-color: rgb(254,39,85); }
td.TdClassName
{
border-color: #FE2755;
}
.TagClassName
{
border-color: #FE2755;
}
</style>