Shades of Radical Red #FF2A76
Tints of Radical Red #FF2A76
RGB
CMYK
RGB Variations
Color information
#FF2A76 (or 0xFF2A76) is known color: Radical Red. HEX triplet: FF, 2A and 76. RGB value is (255,42,118). Sum of RGB (Red+Green+Blue) = 255+42+118=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 118 (46.48% from 255 or 28.43% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2A76 is #00D589. Grayscale: #727272. Windows color (decimal): -54666 or 7744255. OLE color: 7744255.
HSL color Cylindrical-coordinate representation of color #FF2A76: hue angle of 338.59º 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 #FF2A76 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 118 | - |
| CMYK | 0 | 0.84 | 0.54 | 0 |
| HSL | 338.59º | 1% | 0.58% | - |
| HSV(B) | 338.59º | 0.84% | 1% | - |
| XYZ | 45.34 | 24.22 | 19.43 | - |
| YUV | 114.35 | 130.07 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 118 | 0 | 0.84 | 0.54 | 0 | 338.59 | 1 | 0.58 |
| Hex | FF | 2A | 76 | 0 | 54 | 36 | 0 | 153 | 64 | 3A |
| Octal | 377 | 52 | 166 | 0 | 124 | 66 | 0 | 523 | 144 | 72 |
| Binary | 11111111 | 101010 | 1110110 | 0 | 1010100 | 110110 | 0 | 101010011 | 1100100 | 111010 |
Color Harmonies of #FF2A76
Complementary color
Monochromatic Colors of #FF2A76
Black with #FF2A76
Text Example
Text Example
White with #FF2A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2A76; }
p { color: rgb(255,42,118); }
H1.HeaderClassName
{
color: #FF2A76;
}
.AnyTagClassName
{
color: #FF2A76;
}
</style>
background-color css
<style>
a { background-color: #FF2A76; }
a { background-color: rgb(255,42,118); }
div.DivClassName
{
background-color: #FF2A76;
}
.BgClassName
{
background-color: #FF2A76;
}
</style>
border-color css
<style>
span { border-color: #FF2A76; }
span { border-color: rgb(255,42,118); }
td.TdClassName
{
border-color: #FF2A76;
}
.TagClassName
{
border-color: #FF2A76;
}
</style>