Shades of Radical Red #FB2256
Tints of Radical Red #FB2256
RGB
CMYK
RGB Variations
Color information
#FB2256 (or 0xFB2256) is known color: Radical Red. HEX triplet: FB, 22 and 56. RGB value is (251,34,86). Sum of RGB (Red+Green+Blue) = 251+34+86=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 86 (33.98% from 255 or 23.18% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2256 is #04DDA9. Grayscale: #686868. Windows color (decimal): -318890 or 5645051. OLE color: 5645051.
HSL color Cylindrical-coordinate representation of color #FB2256: hue angle of 345.62º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB2256 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 34 | 86 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.02 |
| HSL | 345.62º | 0.96% | 0.56% | - |
| HSV(B) | 345.62º | 0.86% | 0.98% | - |
| XYZ | 42.04 | 22.33 | 10.9 | - |
| YUV | 104.81 | 117.39 | 232.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 34 | 86 | 0 | 0.86 | 0.66 | 0.02 | 345.62 | 0.96 | 0.56 |
| Hex | FB | 22 | 56 | 0 | 56 | 42 | 2 | 15A | 60 | 38 |
| Octal | 373 | 42 | 126 | 0 | 126 | 102 | 2 | 532 | 140 | 70 |
| Binary | 11111011 | 100010 | 1010110 | 0 | 1010110 | 1000010 | 10 | 101011010 | 1100000 | 111000 |
Color Harmonies of #FB2256
Complementary color
Monochromatic Colors of #FB2256
Black with #FB2256
Text Example
Text Example
White with #FB2256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2256; }
p { color: rgb(251,34,86); }
H1.HeaderClassName
{
color: #FB2256;
}
.AnyTagClassName
{
color: #FB2256;
}
</style>
background-color css
<style>
a { background-color: #FB2256; }
a { background-color: rgb(251,34,86); }
div.DivClassName
{
background-color: #FB2256;
}
.BgClassName
{
background-color: #FB2256;
}
</style>
border-color css
<style>
span { border-color: #FB2256; }
span { border-color: rgb(251,34,86); }
td.TdClassName
{
border-color: #FB2256;
}
.TagClassName
{
border-color: #FB2256;
}
</style>