Shades of Radical Red #FE2955
Tints of Radical Red #FE2955
RGB
CMYK
RGB Variations
Color information
#FE2955 (or 0xFE2955) is known color: Radical Red. HEX triplet: FE, 29 and 55. RGB value is (254,41,85). Sum of RGB (Red+Green+Blue) = 254+41+85=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2955 is #01D6AA. Grayscale: #6D6D6D. Windows color (decimal): -120491 or 5581310. OLE color: 5581310.
HSL color Cylindrical-coordinate representation of color #FE2955: hue angle of 347.61º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FE2955 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 85 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.00 |
| HSL | 347.61º | 0.99% | 0.58% | - |
| HSV(B) | 347.61º | 0.84% | 1% | - |
| XYZ | 43.31 | 23.31 | 10.81 | - |
| YUV | 109.7 | 114.07 | 230.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 85 | 0 | 0.84 | 0.67 | 0.00 | 347.61 | 0.99 | 0.58 |
| Hex | FE | 29 | 55 | 0 | 54 | 43 | 0 | 15C | 63 | 3A |
| Octal | 376 | 51 | 125 | 0 | 124 | 103 | 0 | 534 | 143 | 72 |
| Binary | 11111110 | 101001 | 1010101 | 0 | 1010100 | 1000011 | 0 | 101011100 | 1100011 | 111010 |
Color Harmonies of #FE2955
Complementary color
Monochromatic Colors of #FE2955
Black with #FE2955
Text Example
Text Example
White with #FE2955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2955; }
p { color: rgb(254,41,85); }
H1.HeaderClassName
{
color: #FE2955;
}
.AnyTagClassName
{
color: #FE2955;
}
</style>
background-color css
<style>
a { background-color: #FE2955; }
a { background-color: rgb(254,41,85); }
div.DivClassName
{
background-color: #FE2955;
}
.BgClassName
{
background-color: #FE2955;
}
</style>
border-color css
<style>
span { border-color: #FE2955; }
span { border-color: rgb(254,41,85); }
td.TdClassName
{
border-color: #FE2955;
}
.TagClassName
{
border-color: #FE2955;
}
</style>