Shades of Radical Red #FB3447
Tints of Radical Red #FB3447
RGB
CMYK
RGB Variations
Color information
#FB3447 (or 0xFB3447) is known color: Radical Red. HEX triplet: FB, 34 and 47. RGB value is (251,52,71). Sum of RGB (Red+Green+Blue) = 251+52+71=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3447 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3447 is #04CBB8. Grayscale: #717171. Windows color (decimal): -314297 or 4666619. OLE color: 4666619.
HSL color Cylindrical-coordinate representation of color #FB3447: hue angle of 354.27º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB3447 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 52 | 71 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.02 |
| HSL | 354.27º | 0.96% | 0.59% | - |
| HSV(B) | 354.27º | 0.79% | 0.98% | - |
| XYZ | 42.15 | 23.42 | 8.26 | - |
| YUV | 113.67 | 103.93 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 52 | 71 | 0 | 0.79 | 0.72 | 0.02 | 354.27 | 0.96 | 0.59 |
| Hex | FB | 34 | 47 | 0 | 4F | 48 | 2 | 162 | 60 | 3B |
| Octal | 373 | 64 | 107 | 0 | 117 | 110 | 2 | 542 | 140 | 73 |
| Binary | 11111011 | 110100 | 1000111 | 0 | 1001111 | 1001000 | 10 | 101100010 | 1100000 | 111011 |
Color Harmonies of #FB3447
Complementary color
Monochromatic Colors of #FB3447
Black with #FB3447
Text Example
Text Example
White with #FB3447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3447; }
p { color: rgb(251,52,71); }
H1.HeaderClassName
{
color: #FB3447;
}
.AnyTagClassName
{
color: #FB3447;
}
</style>
background-color css
<style>
a { background-color: #FB3447; }
a { background-color: rgb(251,52,71); }
div.DivClassName
{
background-color: #FB3447;
}
.BgClassName
{
background-color: #FB3447;
}
</style>
border-color css
<style>
span { border-color: #FB3447; }
span { border-color: rgb(251,52,71); }
td.TdClassName
{
border-color: #FB3447;
}
.TagClassName
{
border-color: #FB3447;
}
</style>