Shades of Radical Red #FF2D6C
Tints of Radical Red #FF2D6C
RGB
CMYK
RGB Variations
Color information
#FF2D6C (or 0xFF2D6C) is known color: Radical Red. HEX triplet: FF, 2D and 6C. RGB value is (255,45,108). Sum of RGB (Red+Green+Blue) = 255+45+108=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2D6C is #00D293. Grayscale: #727272. Windows color (decimal): -53908 or 7089663. OLE color: 7089663.
HSL color Cylindrical-coordinate representation of color #FF2D6C: hue angle of 342º 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 #FF2D6C is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 108 | - |
| CMYK | 0 | 0.82 | 0.58 | 0 |
| HSL | 342º | 1% | 0.59% | - |
| HSV(B) | 342º | 0.82% | 1% | - |
| XYZ | 44.89 | 24.22 | 16.5 | - |
| YUV | 114.97 | 124.07 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 108 | 0 | 0.82 | 0.58 | 0 | 342 | 1 | 0.59 |
| Hex | FF | 2D | 6C | 0 | 52 | 3A | 0 | 156 | 64 | 3B |
| Octal | 377 | 55 | 154 | 0 | 122 | 72 | 0 | 526 | 144 | 73 |
| Binary | 11111111 | 101101 | 1101100 | 0 | 1010010 | 111010 | 0 | 101010110 | 1100100 | 111011 |
Color Harmonies of #FF2D6C
Complementary color
Monochromatic Colors of #FF2D6C
Black with #FF2D6C
Text Example
Text Example
White with #FF2D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D6C; }
p { color: rgb(255,45,108); }
H1.HeaderClassName
{
color: #FF2D6C;
}
.AnyTagClassName
{
color: #FF2D6C;
}
</style>
background-color css
<style>
a { background-color: #FF2D6C; }
a { background-color: rgb(255,45,108); }
div.DivClassName
{
background-color: #FF2D6C;
}
.BgClassName
{
background-color: #FF2D6C;
}
</style>
border-color css
<style>
span { border-color: #FF2D6C; }
span { border-color: rgb(255,45,108); }
td.TdClassName
{
border-color: #FF2D6C;
}
.TagClassName
{
border-color: #FF2D6C;
}
</style>