Shades of Radical Red #FB326D
Tints of Radical Red #FB326D
RGB
CMYK
RGB Variations
Color information
#FB326D (or 0xFB326D) is known color: Radical Red. HEX triplet: FB, 32 and 6D. RGB value is (251,50,109). Sum of RGB (Red+Green+Blue) = 251+50+109=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB326D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB326D is #04CD92. Grayscale: #747474. Windows color (decimal): -314771 or 7156475. OLE color: 7156475.
HSL color Cylindrical-coordinate representation of color #FB326D: hue angle of 342.39º 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 #FB326D is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 109 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.02 |
| HSL | 342.39º | 0.96% | 0.59% | - |
| HSV(B) | 342.39º | 0.8% | 0.98% | - |
| XYZ | 43.68 | 23.89 | 16.78 | - |
| YUV | 116.83 | 123.59 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 109 | 0 | 0.80 | 0.57 | 0.02 | 342.39 | 0.96 | 0.59 |
| Hex | FB | 32 | 6D | 0 | 50 | 39 | 2 | 156 | 60 | 3B |
| Octal | 373 | 62 | 155 | 0 | 120 | 71 | 2 | 526 | 140 | 73 |
| Binary | 11111011 | 110010 | 1101101 | 0 | 1010000 | 111001 | 10 | 101010110 | 1100000 | 111011 |
Color Harmonies of #FB326D
Complementary color
Monochromatic Colors of #FB326D
Black with #FB326D
Text Example
Text Example
White with #FB326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB326D; }
p { color: rgb(251,50,109); }
H1.HeaderClassName
{
color: #FB326D;
}
.AnyTagClassName
{
color: #FB326D;
}
</style>
background-color css
<style>
a { background-color: #FB326D; }
a { background-color: rgb(251,50,109); }
div.DivClassName
{
background-color: #FB326D;
}
.BgClassName
{
background-color: #FB326D;
}
</style>
border-color css
<style>
span { border-color: #FB326D; }
span { border-color: rgb(251,50,109); }
td.TdClassName
{
border-color: #FB326D;
}
.TagClassName
{
border-color: #FB326D;
}
</style>