Shades of Radical Red #FB2F50
Tints of Radical Red #FB2F50
RGB
CMYK
RGB Variations
Color information
#FB2F50 (or 0xFB2F50) is known color: Radical Red. HEX triplet: FB, 2F and 50. RGB value is (251,47,80). Sum of RGB (Red+Green+Blue) = 251+47+80=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 80 (31.64% from 255 or 21.16% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F50 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2F50 is #04D0AF. Grayscale: #6F6F6F. Windows color (decimal): -315568 or 5255163. OLE color: 5255163.
HSL color Cylindrical-coordinate representation of color #FB2F50: hue angle of 350.29º 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 #FB2F50 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 80 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.02 |
| HSL | 350.29º | 0.96% | 0.58% | - |
| HSV(B) | 350.29º | 0.81% | 0.98% | - |
| XYZ | 42.25 | 23.12 | 9.83 | - |
| YUV | 111.76 | 110.09 | 227.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 80 | 0 | 0.81 | 0.68 | 0.02 | 350.29 | 0.96 | 0.58 |
| Hex | FB | 2F | 50 | 0 | 51 | 44 | 2 | 15E | 60 | 3A |
| Octal | 373 | 57 | 120 | 0 | 121 | 104 | 2 | 536 | 140 | 72 |
| Binary | 11111011 | 101111 | 1010000 | 0 | 1010001 | 1000100 | 10 | 101011110 | 1100000 | 111010 |
Color Harmonies of #FB2F50
Complementary color
Monochromatic Colors of #FB2F50
Black with #FB2F50
Text Example
Text Example
White with #FB2F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2F50; }
p { color: rgb(251,47,80); }
H1.HeaderClassName
{
color: #FB2F50;
}
.AnyTagClassName
{
color: #FB2F50;
}
</style>
background-color css
<style>
a { background-color: #FB2F50; }
a { background-color: rgb(251,47,80); }
div.DivClassName
{
background-color: #FB2F50;
}
.BgClassName
{
background-color: #FB2F50;
}
</style>
border-color css
<style>
span { border-color: #FB2F50; }
span { border-color: rgb(251,47,80); }
td.TdClassName
{
border-color: #FB2F50;
}
.TagClassName
{
border-color: #FB2F50;
}
</style>