Shades of Radical Red #FB3770
Tints of Radical Red #FB3770
RGB
CMYK
RGB Variations
Color information
#FB3770 (or 0xFB3770) is known color: Radical Red. HEX triplet: FB, 37 and 70. RGB value is (251,55,112). Sum of RGB (Red+Green+Blue) = 251+55+112=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 55 (21.88% from 255 or 13.16% from 418); Blue value is 112 (44.14% from 255 or 26.79% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3770 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3770 is #04C88F. Grayscale: #787878. Windows color (decimal): -313488 or 7354363. OLE color: 7354363.
HSL color Cylindrical-coordinate representation of color #FB3770: hue angle of 342.55º 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 #FB3770 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 112 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.02 |
| HSL | 342.55º | 0.96% | 0.6% | - |
| HSV(B) | 342.55º | 0.78% | 0.98% | - |
| XYZ | 44.07 | 24.41 | 17.72 | - |
| YUV | 120.1 | 123.43 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 112 | 0 | 0.78 | 0.55 | 0.02 | 342.55 | 0.96 | 0.6 |
| Hex | FB | 37 | 70 | 0 | 4E | 37 | 2 | 157 | 60 | 3C |
| Octal | 373 | 67 | 160 | 0 | 116 | 67 | 2 | 527 | 140 | 74 |
| Binary | 11111011 | 110111 | 1110000 | 0 | 1001110 | 110111 | 10 | 101010111 | 1100000 | 111100 |
Color Harmonies of #FB3770
Complementary color
Monochromatic Colors of #FB3770
Black with #FB3770
Text Example
Text Example
White with #FB3770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3770; }
p { color: rgb(251,55,112); }
H1.HeaderClassName
{
color: #FB3770;
}
.AnyTagClassName
{
color: #FB3770;
}
</style>
background-color css
<style>
a { background-color: #FB3770; }
a { background-color: rgb(251,55,112); }
div.DivClassName
{
background-color: #FB3770;
}
.BgClassName
{
background-color: #FB3770;
}
</style>
border-color css
<style>
span { border-color: #FB3770; }
span { border-color: rgb(251,55,112); }
td.TdClassName
{
border-color: #FB3770;
}
.TagClassName
{
border-color: #FB3770;
}
</style>