Shades of Radical Red #FB3373
Tints of Radical Red #FB3373
RGB
CMYK
RGB Variations
Color information
#FB3373 (or 0xFB3373) is known color: Radical Red. HEX triplet: FB, 33 and 73. RGB value is (251,51,115). Sum of RGB (Red+Green+Blue) = 251+51+115=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3373 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3373 is #04CC8C. Grayscale: #767676. Windows color (decimal): -314509 or 7549947. OLE color: 7549947.
HSL color Cylindrical-coordinate representation of color #FB3373: hue angle of 340.8º 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 #FB3373 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 115 | - |
| CMYK | 0 | 0.80 | 0.54 | 0.02 |
| HSL | 340.8º | 0.96% | 0.59% | - |
| HSV(B) | 340.8º | 0.8% | 0.98% | - |
| XYZ | 44.06 | 24.11 | 18.55 | - |
| YUV | 118.1 | 126.26 | 222.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 115 | 0 | 0.80 | 0.54 | 0.02 | 340.8 | 0.96 | 0.59 |
| Hex | FB | 33 | 73 | 0 | 50 | 36 | 2 | 155 | 60 | 3B |
| Octal | 373 | 63 | 163 | 0 | 120 | 66 | 2 | 525 | 140 | 73 |
| Binary | 11111011 | 110011 | 1110011 | 0 | 1010000 | 110110 | 10 | 101010101 | 1100000 | 111011 |
Color Harmonies of #FB3373
Complementary color
Monochromatic Colors of #FB3373
Black with #FB3373
Text Example
Text Example
White with #FB3373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3373; }
p { color: rgb(251,51,115); }
H1.HeaderClassName
{
color: #FB3373;
}
.AnyTagClassName
{
color: #FB3373;
}
</style>
background-color css
<style>
a { background-color: #FB3373; }
a { background-color: rgb(251,51,115); }
div.DivClassName
{
background-color: #FB3373;
}
.BgClassName
{
background-color: #FB3373;
}
</style>
border-color css
<style>
span { border-color: #FB3373; }
span { border-color: rgb(251,51,115); }
td.TdClassName
{
border-color: #FB3373;
}
.TagClassName
{
border-color: #FB3373;
}
</style>