Shades of Radical Red #FB3271
Tints of Radical Red #FB3271
RGB
CMYK
RGB Variations
Color information
#FB3271 (or 0xFB3271) is known color: Radical Red. HEX triplet: FB, 32 and 71. RGB value is (251,50,113). Sum of RGB (Red+Green+Blue) = 251+50+113=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3271 is #04CD8E. Grayscale: #757575. Windows color (decimal): -314767 or 7418619. OLE color: 7418619.
HSL color Cylindrical-coordinate representation of color #FB3271: hue angle of 341.19º 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 #FB3271 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 113 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.02 |
| HSL | 341.19º | 0.96% | 0.59% | - |
| HSV(B) | 341.19º | 0.8% | 0.98% | - |
| XYZ | 43.9 | 23.98 | 17.94 | - |
| YUV | 117.28 | 125.59 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 113 | 0 | 0.80 | 0.55 | 0.02 | 341.19 | 0.96 | 0.59 |
| Hex | FB | 32 | 71 | 0 | 50 | 37 | 2 | 155 | 60 | 3B |
| Octal | 373 | 62 | 161 | 0 | 120 | 67 | 2 | 525 | 140 | 73 |
| Binary | 11111011 | 110010 | 1110001 | 0 | 1010000 | 110111 | 10 | 101010101 | 1100000 | 111011 |
Color Harmonies of #FB3271
Complementary color
Monochromatic Colors of #FB3271
Black with #FB3271
Text Example
Text Example
White with #FB3271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3271; }
p { color: rgb(251,50,113); }
H1.HeaderClassName
{
color: #FB3271;
}
.AnyTagClassName
{
color: #FB3271;
}
</style>
background-color css
<style>
a { background-color: #FB3271; }
a { background-color: rgb(251,50,113); }
div.DivClassName
{
background-color: #FB3271;
}
.BgClassName
{
background-color: #FB3271;
}
</style>
border-color css
<style>
span { border-color: #FB3271; }
span { border-color: rgb(251,50,113); }
td.TdClassName
{
border-color: #FB3271;
}
.TagClassName
{
border-color: #FB3271;
}
</style>