Shades of Radical Red #FB3162
Tints of Radical Red #FB3162
RGB
CMYK
RGB Variations
Color information
#FB3162 (or 0xFB3162) is known color: Radical Red. HEX triplet: FB, 31 and 62. RGB value is (251,49,98). Sum of RGB (Red+Green+Blue) = 251+49+98=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 49 (19.53% from 255 or 12.31% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3162 is #04CE9D. Grayscale: #727272. Windows color (decimal): -315038 or 6435323. OLE color: 6435323.
HSL color Cylindrical-coordinate representation of color #FB3162: hue angle of 345.45º 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 #FB3162 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 98 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.02 |
| HSL | 345.45º | 0.96% | 0.59% | - |
| HSV(B) | 345.45º | 0.8% | 0.98% | - |
| XYZ | 43.09 | 23.59 | 13.84 | - |
| YUV | 114.98 | 118.42 | 225.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 98 | 0 | 0.80 | 0.61 | 0.02 | 345.45 | 0.96 | 0.59 |
| Hex | FB | 31 | 62 | 0 | 50 | 3D | 2 | 159 | 60 | 3B |
| Octal | 373 | 61 | 142 | 0 | 120 | 75 | 2 | 531 | 140 | 73 |
| Binary | 11111011 | 110001 | 1100010 | 0 | 1010000 | 111101 | 10 | 101011001 | 1100000 | 111011 |
Color Harmonies of #FB3162
Complementary color
Monochromatic Colors of #FB3162
Black with #FB3162
Text Example
Text Example
White with #FB3162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3162; }
p { color: rgb(251,49,98); }
H1.HeaderClassName
{
color: #FB3162;
}
.AnyTagClassName
{
color: #FB3162;
}
</style>
background-color css
<style>
a { background-color: #FB3162; }
a { background-color: rgb(251,49,98); }
div.DivClassName
{
background-color: #FB3162;
}
.BgClassName
{
background-color: #FB3162;
}
</style>
border-color css
<style>
span { border-color: #FB3162; }
span { border-color: rgb(251,49,98); }
td.TdClassName
{
border-color: #FB3162;
}
.TagClassName
{
border-color: #FB3162;
}
</style>