Shades of Radical Red #FF2D79
Tints of Radical Red #FF2D79
RGB
CMYK
RGB Variations
Color information
#FF2D79 (or 0xFF2D79) is known color: Radical Red. HEX triplet: FF, 2D and 79. RGB value is (255,45,121). Sum of RGB (Red+Green+Blue) = 255+45+121=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2D79 is #00D286. Grayscale: #747474. Windows color (decimal): -53895 or 7941631. OLE color: 7941631.
HSL color Cylindrical-coordinate representation of color #FF2D79: hue angle of 338.29º 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 #FF2D79 is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 121 | - |
| CMYK | 0 | 0.82 | 0.53 | 0 |
| HSL | 338.29º | 1% | 0.59% | - |
| HSV(B) | 338.29º | 0.82% | 1% | - |
| XYZ | 45.63 | 24.52 | 20.42 | - |
| YUV | 116.45 | 130.57 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 121 | 0 | 0.82 | 0.53 | 0 | 338.29 | 1 | 0.59 |
| Hex | FF | 2D | 79 | 0 | 52 | 35 | 0 | 152 | 64 | 3B |
| Octal | 377 | 55 | 171 | 0 | 122 | 65 | 0 | 522 | 144 | 73 |
| Binary | 11111111 | 101101 | 1111001 | 0 | 1010010 | 110101 | 0 | 101010010 | 1100100 | 111011 |
Color Harmonies of #FF2D79
Complementary color
Monochromatic Colors of #FF2D79
Black with #FF2D79
Text Example
Text Example
White with #FF2D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D79; }
p { color: rgb(255,45,121); }
H1.HeaderClassName
{
color: #FF2D79;
}
.AnyTagClassName
{
color: #FF2D79;
}
</style>
background-color css
<style>
a { background-color: #FF2D79; }
a { background-color: rgb(255,45,121); }
div.DivClassName
{
background-color: #FF2D79;
}
.BgClassName
{
background-color: #FF2D79;
}
</style>
border-color css
<style>
span { border-color: #FF2D79; }
span { border-color: rgb(255,45,121); }
td.TdClassName
{
border-color: #FF2D79;
}
.TagClassName
{
border-color: #FF2D79;
}
</style>