Shades of Radical Red #FB326F
Tints of Radical Red #FB326F
RGB
CMYK
RGB Variations
Color information
#FB326F (or 0xFB326F) is known color: Radical Red. HEX triplet: FB, 32 and 6F. RGB value is (251,50,111). Sum of RGB (Red+Green+Blue) = 251+50+111=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB326F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB326F is #04CD90. Grayscale: #757575. Windows color (decimal): -314769 or 7287547. OLE color: 7287547.
HSL color Cylindrical-coordinate representation of color #FB326F: hue angle of 341.79º 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 #FB326F is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 111 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.02 |
| HSL | 341.79º | 0.96% | 0.59% | - |
| HSV(B) | 341.79º | 0.8% | 0.98% | - |
| XYZ | 43.79 | 23.94 | 17.35 | - |
| YUV | 117.05 | 124.59 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 111 | 0 | 0.80 | 0.56 | 0.02 | 341.79 | 0.96 | 0.59 |
| Hex | FB | 32 | 6F | 0 | 50 | 38 | 2 | 156 | 60 | 3B |
| Octal | 373 | 62 | 157 | 0 | 120 | 70 | 2 | 526 | 140 | 73 |
| Binary | 11111011 | 110010 | 1101111 | 0 | 1010000 | 111000 | 10 | 101010110 | 1100000 | 111011 |
Color Harmonies of #FB326F
Complementary color
Monochromatic Colors of #FB326F
Black with #FB326F
Text Example
Text Example
White with #FB326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB326F; }
p { color: rgb(251,50,111); }
H1.HeaderClassName
{
color: #FB326F;
}
.AnyTagClassName
{
color: #FB326F;
}
</style>
background-color css
<style>
a { background-color: #FB326F; }
a { background-color: rgb(251,50,111); }
div.DivClassName
{
background-color: #FB326F;
}
.BgClassName
{
background-color: #FB326F;
}
</style>
border-color css
<style>
span { border-color: #FB326F; }
span { border-color: rgb(251,50,111); }
td.TdClassName
{
border-color: #FB326F;
}
.TagClassName
{
border-color: #FB326F;
}
</style>