Shades of Radical Red #FF2D6F
Tints of Radical Red #FF2D6F
RGB
CMYK
RGB Variations
Color information
#FF2D6F (or 0xFF2D6F) is known color: Radical Red. HEX triplet: FF, 2D and 6F. RGB value is (255,45,111). Sum of RGB (Red+Green+Blue) = 255+45+111=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2D6F is #00D290. Grayscale: #737373. Windows color (decimal): -53905 or 7286271. OLE color: 7286271.
HSL color Cylindrical-coordinate representation of color #FF2D6F: hue angle of 341.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 #FF2D6F is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 111 | - |
| CMYK | 0 | 0.82 | 0.56 | 0 |
| HSL | 341.14º | 1% | 0.59% | - |
| HSV(B) | 341.14º | 0.82% | 1% | - |
| XYZ | 45.05 | 24.28 | 17.35 | - |
| YUV | 115.31 | 125.57 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 111 | 0 | 0.82 | 0.56 | 0 | 341.14 | 1 | 0.59 |
| Hex | FF | 2D | 6F | 0 | 52 | 38 | 0 | 155 | 64 | 3B |
| Octal | 377 | 55 | 157 | 0 | 122 | 70 | 0 | 525 | 144 | 73 |
| Binary | 11111111 | 101101 | 1101111 | 0 | 1010010 | 111000 | 0 | 101010101 | 1100100 | 111011 |
Color Harmonies of #FF2D6F
Complementary color
Monochromatic Colors of #FF2D6F
Black with #FF2D6F
Text Example
Text Example
White with #FF2D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D6F; }
p { color: rgb(255,45,111); }
H1.HeaderClassName
{
color: #FF2D6F;
}
.AnyTagClassName
{
color: #FF2D6F;
}
</style>
background-color css
<style>
a { background-color: #FF2D6F; }
a { background-color: rgb(255,45,111); }
div.DivClassName
{
background-color: #FF2D6F;
}
.BgClassName
{
background-color: #FF2D6F;
}
</style>
border-color css
<style>
span { border-color: #FF2D6F; }
span { border-color: rgb(255,45,111); }
td.TdClassName
{
border-color: #FF2D6F;
}
.TagClassName
{
border-color: #FF2D6F;
}
</style>