Shades of Radical Red #FF2876
Tints of Radical Red #FF2876
RGB
CMYK
RGB Variations
Color information
#FF2876 (or 0xFF2876) is known color: Radical Red. HEX triplet: FF, 28 and 76. RGB value is (255,40,118). Sum of RGB (Red+Green+Blue) = 255+40+118=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2876 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2876 is #00D789. Grayscale: #717171. Windows color (decimal): -55178 or 7743743. OLE color: 7743743.
HSL color Cylindrical-coordinate representation of color #FF2876: hue angle of 338.23º 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 #FF2876 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 118 | - |
| CMYK | 0 | 0.84 | 0.54 | 0 |
| HSL | 338.23º | 1% | 0.58% | - |
| HSV(B) | 338.23º | 0.84% | 1% | - |
| XYZ | 45.27 | 24.09 | 19.4 | - |
| YUV | 113.18 | 130.73 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 118 | 0 | 0.84 | 0.54 | 0 | 338.23 | 1 | 0.58 |
| Hex | FF | 28 | 76 | 0 | 54 | 36 | 0 | 152 | 64 | 3A |
| Octal | 377 | 50 | 166 | 0 | 124 | 66 | 0 | 522 | 144 | 72 |
| Binary | 11111111 | 101000 | 1110110 | 0 | 1010100 | 110110 | 0 | 101010010 | 1100100 | 111010 |
Color Harmonies of #FF2876
Complementary color
Monochromatic Colors of #FF2876
Black with #FF2876
Text Example
Text Example
White with #FF2876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2876; }
p { color: rgb(255,40,118); }
H1.HeaderClassName
{
color: #FF2876;
}
.AnyTagClassName
{
color: #FF2876;
}
</style>
background-color css
<style>
a { background-color: #FF2876; }
a { background-color: rgb(255,40,118); }
div.DivClassName
{
background-color: #FF2876;
}
.BgClassName
{
background-color: #FF2876;
}
</style>
border-color css
<style>
span { border-color: #FF2876; }
span { border-color: rgb(255,40,118); }
td.TdClassName
{
border-color: #FF2876;
}
.TagClassName
{
border-color: #FF2876;
}
</style>