Shades of Radical Red #FF2B5E
Tints of Radical Red #FF2B5E
RGB
CMYK
RGB Variations
Color information
#FF2B5E (or 0xFF2B5E) is known color: Radical Red. HEX triplet: FF, 2B and 5E. RGB value is (255,43,94). Sum of RGB (Red+Green+Blue) = 255+43+94=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2B5E is #00D4A1. Grayscale: #707070. Windows color (decimal): -54434 or 6171647. OLE color: 6171647.
HSL color Cylindrical-coordinate representation of color #FF2B5E: hue angle of 345.57º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2B5E is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 94 | - |
| CMYK | 0 | 0.83 | 0.63 | 0 |
| HSL | 345.57º | 1% | 0.58% | - |
| HSV(B) | 345.57º | 0.83% | 1% | - |
| XYZ | 44.12 | 23.8 | 12.86 | - |
| YUV | 112.2 | 117.74 | 229.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 94 | 0 | 0.83 | 0.63 | 0 | 345.57 | 1 | 0.58 |
| Hex | FF | 2B | 5E | 0 | 53 | 3F | 0 | 15A | 64 | 3A |
| Octal | 377 | 53 | 136 | 0 | 123 | 77 | 0 | 532 | 144 | 72 |
| Binary | 11111111 | 101011 | 1011110 | 0 | 1010011 | 111111 | 0 | 101011010 | 1100100 | 111010 |
Color Harmonies of #FF2B5E
Complementary color
Monochromatic Colors of #FF2B5E
Black with #FF2B5E
Text Example
Text Example
White with #FF2B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B5E; }
p { color: rgb(255,43,94); }
H1.HeaderClassName
{
color: #FF2B5E;
}
.AnyTagClassName
{
color: #FF2B5E;
}
</style>
background-color css
<style>
a { background-color: #FF2B5E; }
a { background-color: rgb(255,43,94); }
div.DivClassName
{
background-color: #FF2B5E;
}
.BgClassName
{
background-color: #FF2B5E;
}
</style>
border-color css
<style>
span { border-color: #FF2B5E; }
span { border-color: rgb(255,43,94); }
td.TdClassName
{
border-color: #FF2B5E;
}
.TagClassName
{
border-color: #FF2B5E;
}
</style>