Shades of Radical Red #FB2873
Tints of Radical Red #FB2873
RGB
CMYK
RGB Variations
Color information
#FB2873 (or 0xFB2873) is known color: Radical Red. HEX triplet: FB, 28 and 73. RGB value is (251,40,115). Sum of RGB (Red+Green+Blue) = 251+40+115=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 40 (16.02% from 255 or 9.85% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2873 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2873 is #04D78C. Grayscale: #6F6F6F. Windows color (decimal): -317325 or 7547131. OLE color: 7547131.
HSL color Cylindrical-coordinate representation of color #FB2873: hue angle of 338.67º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB2873 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 115 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.02 |
| HSL | 338.67º | 0.96% | 0.57% | - |
| HSV(B) | 338.67º | 0.84% | 0.98% | - |
| XYZ | 43.64 | 23.26 | 18.41 | - |
| YUV | 111.64 | 129.9 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 115 | 0 | 0.84 | 0.54 | 0.02 | 338.67 | 0.96 | 0.57 |
| Hex | FB | 28 | 73 | 0 | 54 | 36 | 2 | 153 | 60 | 39 |
| Octal | 373 | 50 | 163 | 0 | 124 | 66 | 2 | 523 | 140 | 71 |
| Binary | 11111011 | 101000 | 1110011 | 0 | 1010100 | 110110 | 10 | 101010011 | 1100000 | 111001 |
Color Harmonies of #FB2873
Complementary color
Monochromatic Colors of #FB2873
Black with #FB2873
Text Example
Text Example
White with #FB2873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2873; }
p { color: rgb(251,40,115); }
H1.HeaderClassName
{
color: #FB2873;
}
.AnyTagClassName
{
color: #FB2873;
}
</style>
background-color css
<style>
a { background-color: #FB2873; }
a { background-color: rgb(251,40,115); }
div.DivClassName
{
background-color: #FB2873;
}
.BgClassName
{
background-color: #FB2873;
}
</style>
border-color css
<style>
span { border-color: #FB2873; }
span { border-color: rgb(251,40,115); }
td.TdClassName
{
border-color: #FB2873;
}
.TagClassName
{
border-color: #FB2873;
}
</style>