Shades of Radical Red #FF2976
Tints of Radical Red #FF2976
RGB
CMYK
RGB Variations
Color information
#FF2976 (or 0xFF2976) is known color: Radical Red. HEX triplet: FF, 29 and 76. RGB value is (255,41,118). Sum of RGB (Red+Green+Blue) = 255+41+118=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 118 (46.48% from 255 or 28.50% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2976 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2976 is #00D689. Grayscale: #717171. Windows color (decimal): -54922 or 7743999. OLE color: 7743999.
HSL color Cylindrical-coordinate representation of color #FF2976: hue angle of 338.41º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2976 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 118 | - |
| CMYK | 0 | 0.84 | 0.54 | 0 |
| HSL | 338.41º | 1% | 0.58% | - |
| HSV(B) | 338.41º | 0.84% | 1% | - |
| XYZ | 45.3 | 24.15 | 19.41 | - |
| YUV | 113.76 | 130.4 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 118 | 0 | 0.84 | 0.54 | 0 | 338.41 | 1 | 0.58 |
| Hex | FF | 29 | 76 | 0 | 54 | 36 | 0 | 152 | 64 | 3A |
| Octal | 377 | 51 | 166 | 0 | 124 | 66 | 0 | 522 | 144 | 72 |
| Binary | 11111111 | 101001 | 1110110 | 0 | 1010100 | 110110 | 0 | 101010010 | 1100100 | 111010 |
Color Harmonies of #FF2976
Complementary color
Monochromatic Colors of #FF2976
Black with #FF2976
Text Example
Text Example
White with #FF2976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2976; }
p { color: rgb(255,41,118); }
H1.HeaderClassName
{
color: #FF2976;
}
.AnyTagClassName
{
color: #FF2976;
}
</style>
background-color css
<style>
a { background-color: #FF2976; }
a { background-color: rgb(255,41,118); }
div.DivClassName
{
background-color: #FF2976;
}
.BgClassName
{
background-color: #FF2976;
}
</style>
border-color css
<style>
span { border-color: #FF2976; }
span { border-color: rgb(255,41,118); }
td.TdClassName
{
border-color: #FF2976;
}
.TagClassName
{
border-color: #FF2976;
}
</style>