Shades of Radical Red #FB3155
Tints of Radical Red #FB3155
RGB
CMYK
RGB Variations
Color information
#FB3155 (or 0xFB3155) is known color: Radical Red. HEX triplet: FB, 31 and 55. RGB value is (251,49,85). Sum of RGB (Red+Green+Blue) = 251+49+85=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3155 is #04CEAA. Grayscale: #717171. Windows color (decimal): -315051 or 5583355. OLE color: 5583355.
HSL color Cylindrical-coordinate representation of color #FB3155: hue angle of 349.31º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB3155 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 85 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.02 |
| HSL | 349.31º | 0.96% | 0.59% | - |
| HSV(B) | 349.31º | 0.8% | 0.98% | - |
| XYZ | 42.52 | 23.36 | 10.86 | - |
| YUV | 113.5 | 111.92 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 85 | 0 | 0.80 | 0.66 | 0.02 | 349.31 | 0.96 | 0.59 |
| Hex | FB | 31 | 55 | 0 | 50 | 42 | 2 | 15D | 60 | 3B |
| Octal | 373 | 61 | 125 | 0 | 120 | 102 | 2 | 535 | 140 | 73 |
| Binary | 11111011 | 110001 | 1010101 | 0 | 1010000 | 1000010 | 10 | 101011101 | 1100000 | 111011 |
Color Harmonies of #FB3155
Complementary color
Monochromatic Colors of #FB3155
Black with #FB3155
Text Example
Text Example
White with #FB3155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3155; }
p { color: rgb(251,49,85); }
H1.HeaderClassName
{
color: #FB3155;
}
.AnyTagClassName
{
color: #FB3155;
}
</style>
background-color css
<style>
a { background-color: #FB3155; }
a { background-color: rgb(251,49,85); }
div.DivClassName
{
background-color: #FB3155;
}
.BgClassName
{
background-color: #FB3155;
}
</style>
border-color css
<style>
span { border-color: #FB3155; }
span { border-color: rgb(251,49,85); }
td.TdClassName
{
border-color: #FB3155;
}
.TagClassName
{
border-color: #FB3155;
}
</style>