Shades of Radical Red #FF2D5E
Tints of Radical Red #FF2D5E
RGB
CMYK
RGB Variations
Color information
#FF2D5E (or 0xFF2D5E) is known color: Radical Red. HEX triplet: FF, 2D and 5E. RGB value is (255,45,94). Sum of RGB (Red+Green+Blue) = 255+45+94=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 94 (37.11% from 255 or 23.86% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2D5E is #00D2A1. Grayscale: #717171. Windows color (decimal): -53922 or 6172159. OLE color: 6172159.
HSL color Cylindrical-coordinate representation of color #FF2D5E: hue angle of 346º 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 #FF2D5E is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 45 | 94 | - |
| CMYK | 0 | 0.82 | 0.63 | 0 |
| HSL | 346º | 1% | 0.59% | - |
| HSV(B) | 346º | 0.82% | 1% | - |
| XYZ | 44.2 | 23.94 | 12.88 | - |
| YUV | 113.38 | 117.07 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 45 | 94 | 0 | 0.82 | 0.63 | 0 | 346 | 1 | 0.59 |
| Hex | FF | 2D | 5E | 0 | 52 | 3F | 0 | 15A | 64 | 3B |
| Octal | 377 | 55 | 136 | 0 | 122 | 77 | 0 | 532 | 144 | 73 |
| Binary | 11111111 | 101101 | 1011110 | 0 | 1010010 | 111111 | 0 | 101011010 | 1100100 | 111011 |
Color Harmonies of #FF2D5E
Complementary color
Monochromatic Colors of #FF2D5E
Black with #FF2D5E
Text Example
Text Example
White with #FF2D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2D5E; }
p { color: rgb(255,45,94); }
H1.HeaderClassName
{
color: #FF2D5E;
}
.AnyTagClassName
{
color: #FF2D5E;
}
</style>
background-color css
<style>
a { background-color: #FF2D5E; }
a { background-color: rgb(255,45,94); }
div.DivClassName
{
background-color: #FF2D5E;
}
.BgClassName
{
background-color: #FF2D5E;
}
</style>
border-color css
<style>
span { border-color: #FF2D5E; }
span { border-color: rgb(255,45,94); }
td.TdClassName
{
border-color: #FF2D5E;
}
.TagClassName
{
border-color: #FF2D5E;
}
</style>