Shades of Radical Red #FB2255
Tints of Radical Red #FB2255
RGB
CMYK
RGB Variations
Color information
#FB2255 (or 0xFB2255) is known color: Radical Red. HEX triplet: FB, 22 and 55. RGB value is (251,34,85). Sum of RGB (Red+Green+Blue) = 251+34+85=370 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.84% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2255 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2255 is #04DDAA. Grayscale: #686868. Windows color (decimal): -318891 or 5579515. OLE color: 5579515.
HSL color Cylindrical-coordinate representation of color #FB2255: hue angle of 345.9º 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 #FB2255 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 34 | 85 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.02 |
| HSL | 345.9º | 0.96% | 0.56% | - |
| HSV(B) | 345.9º | 0.86% | 0.98% | - |
| XYZ | 42 | 22.31 | 10.69 | - |
| YUV | 104.7 | 116.89 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 34 | 85 | 0 | 0.86 | 0.66 | 0.02 | 345.9 | 0.96 | 0.56 |
| Hex | FB | 22 | 55 | 0 | 56 | 42 | 2 | 15A | 60 | 38 |
| Octal | 373 | 42 | 125 | 0 | 126 | 102 | 2 | 532 | 140 | 70 |
| Binary | 11111011 | 100010 | 1010101 | 0 | 1010110 | 1000010 | 10 | 101011010 | 1100000 | 111000 |
Color Harmonies of #FB2255
Complementary color
Monochromatic Colors of #FB2255
Black with #FB2255
Text Example
Text Example
White with #FB2255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2255; }
p { color: rgb(251,34,85); }
H1.HeaderClassName
{
color: #FB2255;
}
.AnyTagClassName
{
color: #FB2255;
}
</style>
background-color css
<style>
a { background-color: #FB2255; }
a { background-color: rgb(251,34,85); }
div.DivClassName
{
background-color: #FB2255;
}
.BgClassName
{
background-color: #FB2255;
}
</style>
border-color css
<style>
span { border-color: #FB2255; }
span { border-color: rgb(251,34,85); }
td.TdClassName
{
border-color: #FB2255;
}
.TagClassName
{
border-color: #FB2255;
}
</style>