Shades of Radical Red #FF2B5A
Tints of Radical Red #FF2B5A
RGB
CMYK
RGB Variations
Color information
#FF2B5A (or 0xFF2B5A) is known color: Radical Red. HEX triplet: FF, 2B and 5A. RGB value is (255,43,90). Sum of RGB (Red+Green+Blue) = 255+43+90=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 43 (17.19% from 255 or 11.08% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2B5A is #00D4A5. Grayscale: #6F6F6F. Windows color (decimal): -54438 or 5909503. OLE color: 5909503.
HSL color Cylindrical-coordinate representation of color #FF2B5A: hue angle of 346.7º 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 #FF2B5A is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 90 | - |
| CMYK | 0 | 0.83 | 0.65 | 0 |
| HSL | 346.7º | 1% | 0.58% | - |
| HSV(B) | 346.7º | 0.83% | 1% | - |
| XYZ | 43.95 | 23.73 | 11.94 | - |
| YUV | 111.75 | 115.74 | 230.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 90 | 0 | 0.83 | 0.65 | 0 | 346.7 | 1 | 0.58 |
| Hex | FF | 2B | 5A | 0 | 53 | 41 | 0 | 15B | 64 | 3A |
| Octal | 377 | 53 | 132 | 0 | 123 | 101 | 0 | 533 | 144 | 72 |
| Binary | 11111111 | 101011 | 1011010 | 0 | 1010011 | 1000001 | 0 | 101011011 | 1100100 | 111010 |
Color Harmonies of #FF2B5A
Complementary color
Monochromatic Colors of #FF2B5A
Black with #FF2B5A
Text Example
Text Example
White with #FF2B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B5A; }
p { color: rgb(255,43,90); }
H1.HeaderClassName
{
color: #FF2B5A;
}
.AnyTagClassName
{
color: #FF2B5A;
}
</style>
background-color css
<style>
a { background-color: #FF2B5A; }
a { background-color: rgb(255,43,90); }
div.DivClassName
{
background-color: #FF2B5A;
}
.BgClassName
{
background-color: #FF2B5A;
}
</style>
border-color css
<style>
span { border-color: #FF2B5A; }
span { border-color: rgb(255,43,90); }
td.TdClassName
{
border-color: #FF2B5A;
}
.TagClassName
{
border-color: #FF2B5A;
}
</style>