Shades of Radical Red #FE2961
Tints of Radical Red #FE2961
RGB
CMYK
RGB Variations
Color information
#FE2961 (or 0xFE2961) is known color: Radical Red. HEX triplet: FE, 29 and 61. RGB value is (254,41,97). Sum of RGB (Red+Green+Blue) = 254+41+97=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2961 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2961 is #01D69E. Grayscale: #6F6F6F. Windows color (decimal): -120479 or 6367742. OLE color: 6367742.
HSL color Cylindrical-coordinate representation of color #FE2961: hue angle of 344.23º 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 #FE2961 is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 41 | 97 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.00 |
| HSL | 344.23º | 0.99% | 0.58% | - |
| HSV(B) | 344.23º | 0.84% | 1% | - |
| XYZ | 43.82 | 23.52 | 13.54 | - |
| YUV | 111.07 | 120.07 | 229.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 41 | 97 | 0 | 0.84 | 0.62 | 0.00 | 344.23 | 0.99 | 0.58 |
| Hex | FE | 29 | 61 | 0 | 54 | 3E | 0 | 158 | 63 | 3A |
| Octal | 376 | 51 | 141 | 0 | 124 | 76 | 0 | 530 | 143 | 72 |
| Binary | 11111110 | 101001 | 1100001 | 0 | 1010100 | 111110 | 0 | 101011000 | 1100011 | 111010 |
Color Harmonies of #FE2961
Complementary color
Monochromatic Colors of #FE2961
Black with #FE2961
Text Example
Text Example
White with #FE2961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2961; }
p { color: rgb(254,41,97); }
H1.HeaderClassName
{
color: #FE2961;
}
.AnyTagClassName
{
color: #FE2961;
}
</style>
background-color css
<style>
a { background-color: #FE2961; }
a { background-color: rgb(254,41,97); }
div.DivClassName
{
background-color: #FE2961;
}
.BgClassName
{
background-color: #FE2961;
}
</style>
border-color css
<style>
span { border-color: #FE2961; }
span { border-color: rgb(254,41,97); }
td.TdClassName
{
border-color: #FE2961;
}
.TagClassName
{
border-color: #FE2961;
}
</style>