Shades of Radical Red #FE2C61
Tints of Radical Red #FE2C61
RGB
CMYK
RGB Variations
Color information
#FE2C61 (or 0xFE2C61) is known color: Radical Red. HEX triplet: FE, 2C and 61. RGB value is (254,44,97). Sum of RGB (Red+Green+Blue) = 254+44+97=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2C61 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2C61 is #01D39E. Grayscale: #707070. Windows color (decimal): -119711 or 6368510. OLE color: 6368510.
HSL color Cylindrical-coordinate representation of color #FE2C61: hue angle of 344.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2C61 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 44 | 97 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.00 |
| HSL | 344.86º | 0.99% | 0.58% | - |
| HSV(B) | 344.86º | 0.83% | 1% | - |
| XYZ | 43.93 | 23.74 | 13.58 | - |
| YUV | 112.83 | 119.07 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 44 | 97 | 0 | 0.83 | 0.62 | 0.00 | 344.86 | 0.99 | 0.58 |
| Hex | FE | 2C | 61 | 0 | 53 | 3E | 0 | 159 | 63 | 3A |
| Octal | 376 | 54 | 141 | 0 | 123 | 76 | 0 | 531 | 143 | 72 |
| Binary | 11111110 | 101100 | 1100001 | 0 | 1010011 | 111110 | 0 | 101011001 | 1100011 | 111010 |
Color Harmonies of #FE2C61
Complementary color
Monochromatic Colors of #FE2C61
Black with #FE2C61
Text Example
Text Example
White with #FE2C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2C61; }
p { color: rgb(254,44,97); }
H1.HeaderClassName
{
color: #FE2C61;
}
.AnyTagClassName
{
color: #FE2C61;
}
</style>
background-color css
<style>
a { background-color: #FE2C61; }
a { background-color: rgb(254,44,97); }
div.DivClassName
{
background-color: #FE2C61;
}
.BgClassName
{
background-color: #FE2C61;
}
</style>
border-color css
<style>
span { border-color: #FE2C61; }
span { border-color: rgb(254,44,97); }
td.TdClassName
{
border-color: #FE2C61;
}
.TagClassName
{
border-color: #FE2C61;
}
</style>