Shades of Radical Red #FB3756
Tints of Radical Red #FB3756
RGB
CMYK
RGB Variations
Color information
#FB3756 (or 0xFB3756) is known color: Radical Red. HEX triplet: FB, 37 and 56. RGB value is (251,55,86). Sum of RGB (Red+Green+Blue) = 251+55+86=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 86 (33.98% from 255 or 21.94% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3756 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3756 is #04C8A9. Grayscale: #757575. Windows color (decimal): -313514 or 5650427. OLE color: 5650427.
HSL color Cylindrical-coordinate representation of color #FB3756: hue angle of 350.51º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB3756 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 86 | - |
| CMYK | 0 | 0.78 | 0.66 | 0.02 |
| HSL | 350.51º | 0.96% | 0.6% | - |
| HSV(B) | 350.51º | 0.78% | 0.98% | - |
| XYZ | 42.83 | 23.91 | 11.16 | - |
| YUV | 117.14 | 110.43 | 223.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 86 | 0 | 0.78 | 0.66 | 0.02 | 350.51 | 0.96 | 0.6 |
| Hex | FB | 37 | 56 | 0 | 4E | 42 | 2 | 15F | 60 | 3C |
| Octal | 373 | 67 | 126 | 0 | 116 | 102 | 2 | 537 | 140 | 74 |
| Binary | 11111011 | 110111 | 1010110 | 0 | 1001110 | 1000010 | 10 | 101011111 | 1100000 | 111100 |
Color Harmonies of #FB3756
Complementary color
Monochromatic Colors of #FB3756
Black with #FB3756
Text Example
Text Example
White with #FB3756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3756; }
p { color: rgb(251,55,86); }
H1.HeaderClassName
{
color: #FB3756;
}
.AnyTagClassName
{
color: #FB3756;
}
</style>
background-color css
<style>
a { background-color: #FB3756; }
a { background-color: rgb(251,55,86); }
div.DivClassName
{
background-color: #FB3756;
}
.BgClassName
{
background-color: #FB3756;
}
</style>
border-color css
<style>
span { border-color: #FB3756; }
span { border-color: rgb(251,55,86); }
td.TdClassName
{
border-color: #FB3756;
}
.TagClassName
{
border-color: #FB3756;
}
</style>