Shades of Radical Red #FF2B5C
Tints of Radical Red #FF2B5C
RGB
CMYK
RGB Variations
Color information
#FF2B5C (or 0xFF2B5C) is known color: Radical Red. HEX triplet: FF, 2B and 5C. RGB value is (255,43,92). Sum of RGB (Red+Green+Blue) = 255+43+92=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 92 (36.33% from 255 or 23.59% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2B5C is #00D4A3. Grayscale: #6F6F6F. Windows color (decimal): -54436 or 6040575. OLE color: 6040575.
HSL color Cylindrical-coordinate representation of color #FF2B5C: hue angle of 346.13º 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 #FF2B5C is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 92 | - |
| CMYK | 0 | 0.83 | 0.64 | 0 |
| HSL | 346.13º | 1% | 0.58% | - |
| HSV(B) | 346.13º | 0.83% | 1% | - |
| XYZ | 44.04 | 23.76 | 12.39 | - |
| YUV | 111.97 | 116.74 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 92 | 0 | 0.83 | 0.64 | 0 | 346.13 | 1 | 0.58 |
| Hex | FF | 2B | 5C | 0 | 53 | 40 | 0 | 15A | 64 | 3A |
| Octal | 377 | 53 | 134 | 0 | 123 | 100 | 0 | 532 | 144 | 72 |
| Binary | 11111111 | 101011 | 1011100 | 0 | 1010011 | 1000000 | 0 | 101011010 | 1100100 | 111010 |
Color Harmonies of #FF2B5C
Complementary color
Monochromatic Colors of #FF2B5C
Black with #FF2B5C
Text Example
Text Example
White with #FF2B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B5C; }
p { color: rgb(255,43,92); }
H1.HeaderClassName
{
color: #FF2B5C;
}
.AnyTagClassName
{
color: #FF2B5C;
}
</style>
background-color css
<style>
a { background-color: #FF2B5C; }
a { background-color: rgb(255,43,92); }
div.DivClassName
{
background-color: #FF2B5C;
}
.BgClassName
{
background-color: #FF2B5C;
}
</style>
border-color css
<style>
span { border-color: #FF2B5C; }
span { border-color: rgb(255,43,92); }
td.TdClassName
{
border-color: #FF2B5C;
}
.TagClassName
{
border-color: #FF2B5C;
}
</style>