Shades of Radical Red #FB3372
Tints of Radical Red #FB3372
RGB
CMYK
RGB Variations
Color information
#FB3372 (or 0xFB3372) is known color: Radical Red. HEX triplet: FB, 33 and 72. RGB value is (251,51,114). Sum of RGB (Red+Green+Blue) = 251+51+114=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3372 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3372 is #04CC8D. Grayscale: #757575. Windows color (decimal): -314510 or 7484411. OLE color: 7484411.
HSL color Cylindrical-coordinate representation of color #FB3372: hue angle of 341.1º 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 #FB3372 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 114 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.02 |
| HSL | 341.1º | 0.96% | 0.59% | - |
| HSV(B) | 341.1º | 0.8% | 0.98% | - |
| XYZ | 44 | 24.09 | 18.25 | - |
| YUV | 117.98 | 125.76 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 114 | 0 | 0.80 | 0.55 | 0.02 | 341.1 | 0.96 | 0.59 |
| Hex | FB | 33 | 72 | 0 | 50 | 37 | 2 | 155 | 60 | 3B |
| Octal | 373 | 63 | 162 | 0 | 120 | 67 | 2 | 525 | 140 | 73 |
| Binary | 11111011 | 110011 | 1110010 | 0 | 1010000 | 110111 | 10 | 101010101 | 1100000 | 111011 |
Color Harmonies of #FB3372
Complementary color
Monochromatic Colors of #FB3372
Black with #FB3372
Text Example
Text Example
White with #FB3372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3372; }
p { color: rgb(251,51,114); }
H1.HeaderClassName
{
color: #FB3372;
}
.AnyTagClassName
{
color: #FB3372;
}
</style>
background-color css
<style>
a { background-color: #FB3372; }
a { background-color: rgb(251,51,114); }
div.DivClassName
{
background-color: #FB3372;
}
.BgClassName
{
background-color: #FB3372;
}
</style>
border-color css
<style>
span { border-color: #FB3372; }
span { border-color: rgb(251,51,114); }
td.TdClassName
{
border-color: #FB3372;
}
.TagClassName
{
border-color: #FB3372;
}
</style>