Shades of Radical Red #FF2256
Tints of Radical Red #FF2256
RGB
CMYK
RGB Variations
Color information
#FF2256 (or 0xFF2256) is known color: Radical Red. HEX triplet: FF, 22 and 56. RGB value is (255,34,86). Sum of RGB (Red+Green+Blue) = 255+34+86=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 34 (13.67% from 255 or 9.07% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2256 is #00DDA9. Grayscale: #6A6A6A. Windows color (decimal): -56746 or 5645055. OLE color: 5645055.
HSL color Cylindrical-coordinate representation of color #FF2256: hue angle of 345.88º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2256 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 86 | - |
| CMYK | 0 | 0.87 | 0.66 | 0 |
| HSL | 345.88º | 1% | 0.57% | - |
| HSV(B) | 345.88º | 0.87% | 1% | - |
| XYZ | 43.49 | 23.08 | 10.97 | - |
| YUV | 106.01 | 116.72 | 234.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 86 | 0 | 0.87 | 0.66 | 0 | 345.88 | 1 | 0.57 |
| Hex | FF | 22 | 56 | 0 | 57 | 42 | 0 | 15A | 64 | 39 |
| Octal | 377 | 42 | 126 | 0 | 127 | 102 | 0 | 532 | 144 | 71 |
| Binary | 11111111 | 100010 | 1010110 | 0 | 1010111 | 1000010 | 0 | 101011010 | 1100100 | 111001 |
Color Harmonies of #FF2256
Complementary color
Monochromatic Colors of #FF2256
Black with #FF2256
Text Example
Text Example
White with #FF2256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2256; }
p { color: rgb(255,34,86); }
H1.HeaderClassName
{
color: #FF2256;
}
.AnyTagClassName
{
color: #FF2256;
}
</style>
background-color css
<style>
a { background-color: #FF2256; }
a { background-color: rgb(255,34,86); }
div.DivClassName
{
background-color: #FF2256;
}
.BgClassName
{
background-color: #FF2256;
}
</style>
border-color css
<style>
span { border-color: #FF2256; }
span { border-color: rgb(255,34,86); }
td.TdClassName
{
border-color: #FF2256;
}
.TagClassName
{
border-color: #FF2256;
}
</style>