Shades of Radical Red #FF2276
Tints of Radical Red #FF2276
RGB
CMYK
RGB Variations
Color information
#FF2276 (or 0xFF2276) is known color: Radical Red. HEX triplet: FF, 22 and 76. RGB value is (255,34,118). Sum of RGB (Red+Green+Blue) = 255+34+118=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 34 (13.67% from 255 or 8.35% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2276 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2276 is #00DD89. Grayscale: #6D6D6D. Windows color (decimal): -56714 or 7742207. OLE color: 7742207.
HSL color Cylindrical-coordinate representation of color #FF2276: hue angle of 337.19º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2276 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 118 | - |
| CMYK | 0 | 0.87 | 0.54 | 0 |
| HSL | 337.19º | 1% | 0.57% | - |
| HSV(B) | 337.19º | 0.87% | 1% | - |
| XYZ | 45.08 | 23.71 | 19.34 | - |
| YUV | 109.66 | 132.72 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 118 | 0 | 0.87 | 0.54 | 0 | 337.19 | 1 | 0.57 |
| Hex | FF | 22 | 76 | 0 | 57 | 36 | 0 | 151 | 64 | 39 |
| Octal | 377 | 42 | 166 | 0 | 127 | 66 | 0 | 521 | 144 | 71 |
| Binary | 11111111 | 100010 | 1110110 | 0 | 1010111 | 110110 | 0 | 101010001 | 1100100 | 111001 |
Color Harmonies of #FF2276
Complementary color
Monochromatic Colors of #FF2276
Black with #FF2276
Text Example
Text Example
White with #FF2276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2276; }
p { color: rgb(255,34,118); }
H1.HeaderClassName
{
color: #FF2276;
}
.AnyTagClassName
{
color: #FF2276;
}
</style>
background-color css
<style>
a { background-color: #FF2276; }
a { background-color: rgb(255,34,118); }
div.DivClassName
{
background-color: #FF2276;
}
.BgClassName
{
background-color: #FF2276;
}
</style>
border-color css
<style>
span { border-color: #FF2276; }
span { border-color: rgb(255,34,118); }
td.TdClassName
{
border-color: #FF2276;
}
.TagClassName
{
border-color: #FF2276;
}
</style>