Shades of Radical Red #FB2F51
Tints of Radical Red #FB2F51
RGB
CMYK
RGB Variations
Color information
#FB2F51 (or 0xFB2F51) is known color: Radical Red. HEX triplet: FB, 2F and 51. RGB value is (251,47,81). Sum of RGB (Red+Green+Blue) = 251+47+81=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F51 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2F51 is #04D0AE. Grayscale: #6F6F6F. Windows color (decimal): -315567 or 5320699. OLE color: 5320699.
HSL color Cylindrical-coordinate representation of color #FB2F51: hue angle of 350º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB2F51 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 81 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.02 |
| HSL | 350º | 0.96% | 0.58% | - |
| HSV(B) | 350º | 0.81% | 0.98% | - |
| XYZ | 42.29 | 23.14 | 10.02 | - |
| YUV | 111.87 | 110.59 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 81 | 0 | 0.81 | 0.68 | 0.02 | 350 | 0.96 | 0.58 |
| Hex | FB | 2F | 51 | 0 | 51 | 44 | 2 | 15E | 60 | 3A |
| Octal | 373 | 57 | 121 | 0 | 121 | 104 | 2 | 536 | 140 | 72 |
| Binary | 11111011 | 101111 | 1010001 | 0 | 1010001 | 1000100 | 10 | 101011110 | 1100000 | 111010 |
Color Harmonies of #FB2F51
Complementary color
Monochromatic Colors of #FB2F51
Black with #FB2F51
Text Example
Text Example
White with #FB2F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2F51; }
p { color: rgb(251,47,81); }
H1.HeaderClassName
{
color: #FB2F51;
}
.AnyTagClassName
{
color: #FB2F51;
}
</style>
background-color css
<style>
a { background-color: #FB2F51; }
a { background-color: rgb(251,47,81); }
div.DivClassName
{
background-color: #FB2F51;
}
.BgClassName
{
background-color: #FB2F51;
}
</style>
border-color css
<style>
span { border-color: #FB2F51; }
span { border-color: rgb(251,47,81); }
td.TdClassName
{
border-color: #FB2F51;
}
.TagClassName
{
border-color: #FB2F51;
}
</style>