Shades of Radical Red #FB326E
Tints of Radical Red #FB326E
RGB
CMYK
RGB Variations
Color information
#FB326E (or 0xFB326E) is known color: Radical Red. HEX triplet: FB, 32 and 6E. RGB value is (251,50,110). Sum of RGB (Red+Green+Blue) = 251+50+110=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB326E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB326E is #04CD91. Grayscale: #747474. Windows color (decimal): -314770 or 7222011. OLE color: 7222011.
HSL color Cylindrical-coordinate representation of color #FB326E: hue angle of 342.09º 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 #FB326E is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 110 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.02 |
| HSL | 342.09º | 0.96% | 0.59% | - |
| HSV(B) | 342.09º | 0.8% | 0.98% | - |
| XYZ | 43.74 | 23.92 | 17.06 | - |
| YUV | 116.94 | 124.09 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 110 | 0 | 0.80 | 0.56 | 0.02 | 342.09 | 0.96 | 0.59 |
| Hex | FB | 32 | 6E | 0 | 50 | 38 | 2 | 156 | 60 | 3B |
| Octal | 373 | 62 | 156 | 0 | 120 | 70 | 2 | 526 | 140 | 73 |
| Binary | 11111011 | 110010 | 1101110 | 0 | 1010000 | 111000 | 10 | 101010110 | 1100000 | 111011 |
Color Harmonies of #FB326E
Complementary color
Monochromatic Colors of #FB326E
Black with #FB326E
Text Example
Text Example
White with #FB326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB326E; }
p { color: rgb(251,50,110); }
H1.HeaderClassName
{
color: #FB326E;
}
.AnyTagClassName
{
color: #FB326E;
}
</style>
background-color css
<style>
a { background-color: #FB326E; }
a { background-color: rgb(251,50,110); }
div.DivClassName
{
background-color: #FB326E;
}
.BgClassName
{
background-color: #FB326E;
}
</style>
border-color css
<style>
span { border-color: #FB326E; }
span { border-color: rgb(251,50,110); }
td.TdClassName
{
border-color: #FB326E;
}
.TagClassName
{
border-color: #FB326E;
}
</style>