Shades of Radical Red #FB324D
Tints of Radical Red #FB324D
RGB
CMYK
RGB Variations
Color information
#FB324D (or 0xFB324D) is known color: Radical Red. HEX triplet: FB, 32 and 4D. RGB value is (251,50,77). Sum of RGB (Red+Green+Blue) = 251+50+77=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB324D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB324D is #04CDB2. Grayscale: #717171. Windows color (decimal): -314803 or 5059323. OLE color: 5059323.
HSL color Cylindrical-coordinate representation of color #FB324D: hue angle of 351.94º 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 #FB324D is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 77 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.02 |
| HSL | 351.94º | 0.96% | 0.59% | - |
| HSV(B) | 351.94º | 0.8% | 0.98% | - |
| XYZ | 42.26 | 23.33 | 9.3 | - |
| YUV | 113.18 | 107.59 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 77 | 0 | 0.80 | 0.69 | 0.02 | 351.94 | 0.96 | 0.59 |
| Hex | FB | 32 | 4D | 0 | 50 | 45 | 2 | 160 | 60 | 3B |
| Octal | 373 | 62 | 115 | 0 | 120 | 105 | 2 | 540 | 140 | 73 |
| Binary | 11111011 | 110010 | 1001101 | 0 | 1010000 | 1000101 | 10 | 101100000 | 1100000 | 111011 |
Color Harmonies of #FB324D
Complementary color
Monochromatic Colors of #FB324D
Black with #FB324D
Text Example
Text Example
White with #FB324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB324D; }
p { color: rgb(251,50,77); }
H1.HeaderClassName
{
color: #FB324D;
}
.AnyTagClassName
{
color: #FB324D;
}
</style>
background-color css
<style>
a { background-color: #FB324D; }
a { background-color: rgb(251,50,77); }
div.DivClassName
{
background-color: #FB324D;
}
.BgClassName
{
background-color: #FB324D;
}
</style>
border-color css
<style>
span { border-color: #FB324D; }
span { border-color: rgb(251,50,77); }
td.TdClassName
{
border-color: #FB324D;
}
.TagClassName
{
border-color: #FB324D;
}
</style>