Shades of Radical Red #FB324F
Tints of Radical Red #FB324F
RGB
CMYK
RGB Variations
Color information
#FB324F (or 0xFB324F) is known color: Radical Red. HEX triplet: FB, 32 and 4F. RGB value is (251,50,79). Sum of RGB (Red+Green+Blue) = 251+50+79=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB324F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB324F is #04CDB0. Grayscale: #717171. Windows color (decimal): -314801 or 5190395. OLE color: 5190395.
HSL color Cylindrical-coordinate representation of color #FB324F: hue angle of 351.34º 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 #FB324F is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 79 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.02 |
| HSL | 351.34º | 0.96% | 0.59% | - |
| HSV(B) | 351.34º | 0.8% | 0.98% | - |
| XYZ | 42.34 | 23.35 | 9.67 | - |
| YUV | 113.41 | 108.59 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 79 | 0 | 0.80 | 0.69 | 0.02 | 351.34 | 0.96 | 0.59 |
| Hex | FB | 32 | 4F | 0 | 50 | 45 | 2 | 15F | 60 | 3B |
| Octal | 373 | 62 | 117 | 0 | 120 | 105 | 2 | 537 | 140 | 73 |
| Binary | 11111011 | 110010 | 1001111 | 0 | 1010000 | 1000101 | 10 | 101011111 | 1100000 | 111011 |
Color Harmonies of #FB324F
Complementary color
Monochromatic Colors of #FB324F
Black with #FB324F
Text Example
Text Example
White with #FB324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB324F; }
p { color: rgb(251,50,79); }
H1.HeaderClassName
{
color: #FB324F;
}
.AnyTagClassName
{
color: #FB324F;
}
</style>
background-color css
<style>
a { background-color: #FB324F; }
a { background-color: rgb(251,50,79); }
div.DivClassName
{
background-color: #FB324F;
}
.BgClassName
{
background-color: #FB324F;
}
</style>
border-color css
<style>
span { border-color: #FB324F; }
span { border-color: rgb(251,50,79); }
td.TdClassName
{
border-color: #FB324F;
}
.TagClassName
{
border-color: #FB324F;
}
</style>