Shades of Radical Red #FF2D76
Tints of Radical Red #FF2D76
RGB
CMYK
RGB Variations
Color information
#FF2D76 (or 0xFF2D76) is known color: Radical Red. HEX triplet: FF, 2D and 76. RGB value is (255,45,118). Sum of RGB (Red+Green+Blue) = 255+45+118=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2D76 is #00D289. Grayscale: #747474. Windows color (decimal): -53898 or 7745023. OLE color: 7745023.
HSL color Cylindrical-coordinate representation of color #FF2D76: hue angle of 339.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2D76 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 118 | - |
| CMYK | 0 | 0.82 | 0.54 | 0 |
| HSL | 339.14º | 1% | 0.59% | - |
| HSV(B) | 339.14º | 0.82% | 1% | - |
| XYZ | 45.45 | 24.44 | 19.46 | - |
| YUV | 116.11 | 129.07 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 118 | 0 | 0.82 | 0.54 | 0 | 339.14 | 1 | 0.59 |
| Hex | FF | 2D | 76 | 0 | 52 | 36 | 0 | 153 | 64 | 3B |
| Octal | 377 | 55 | 166 | 0 | 122 | 66 | 0 | 523 | 144 | 73 |
| Binary | 11111111 | 101101 | 1110110 | 0 | 1010010 | 110110 | 0 | 101010011 | 1100100 | 111011 |
Color Harmonies of #FF2D76
Complementary color
Monochromatic Colors of #FF2D76
Black with #FF2D76
Text Example
Text Example
White with #FF2D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D76; }
p { color: rgb(255,45,118); }
H1.HeaderClassName
{
color: #FF2D76;
}
.AnyTagClassName
{
color: #FF2D76;
}
</style>
background-color css
<style>
a { background-color: #FF2D76; }
a { background-color: rgb(255,45,118); }
div.DivClassName
{
background-color: #FF2D76;
}
.BgClassName
{
background-color: #FF2D76;
}
</style>
border-color css
<style>
span { border-color: #FF2D76; }
span { border-color: rgb(255,45,118); }
td.TdClassName
{
border-color: #FF2D76;
}
.TagClassName
{
border-color: #FF2D76;
}
</style>