Shades of Radical Red #FF2B63
Tints of Radical Red #FF2B63
RGB
CMYK
RGB Variations
Color information
#FF2B63 (or 0xFF2B63) is known color: Radical Red. HEX triplet: FF, 2B and 63. RGB value is (255,43,99). Sum of RGB (Red+Green+Blue) = 255+43+99=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 99 (39.06% from 255 or 24.94% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2B63 is #00D49C. Grayscale: #707070. Windows color (decimal): -54429 or 6499327. OLE color: 6499327.
HSL color Cylindrical-coordinate representation of color #FF2B63: hue angle of 344.15º 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 #FF2B63 is Cyan = 0, Magento = 0.83, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 99 | - |
| CMYK | 0 | 0.83 | 0.61 | 0 |
| HSL | 344.15º | 1% | 0.58% | - |
| HSV(B) | 344.15º | 0.83% | 1% | - |
| XYZ | 44.36 | 23.89 | 14.08 | - |
| YUV | 112.77 | 120.24 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 99 | 0 | 0.83 | 0.61 | 0 | 344.15 | 1 | 0.58 |
| Hex | FF | 2B | 63 | 0 | 53 | 3D | 0 | 158 | 64 | 3A |
| Octal | 377 | 53 | 143 | 0 | 123 | 75 | 0 | 530 | 144 | 72 |
| Binary | 11111111 | 101011 | 1100011 | 0 | 1010011 | 111101 | 0 | 101011000 | 1100100 | 111010 |
Color Harmonies of #FF2B63
Complementary color
Monochromatic Colors of #FF2B63
Black with #FF2B63
Text Example
Text Example
White with #FF2B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B63; }
p { color: rgb(255,43,99); }
H1.HeaderClassName
{
color: #FF2B63;
}
.AnyTagClassName
{
color: #FF2B63;
}
</style>
background-color css
<style>
a { background-color: #FF2B63; }
a { background-color: rgb(255,43,99); }
div.DivClassName
{
background-color: #FF2B63;
}
.BgClassName
{
background-color: #FF2B63;
}
</style>
border-color css
<style>
span { border-color: #FF2B63; }
span { border-color: rgb(255,43,99); }
td.TdClassName
{
border-color: #FF2B63;
}
.TagClassName
{
border-color: #FF2B63;
}
</style>