Shades of Radical Red #FB2875
Tints of Radical Red #FB2875
RGB
CMYK
RGB Variations
Color information
#FB2875 (or 0xFB2875) is known color: Radical Red. HEX triplet: FB, 28 and 75. RGB value is (251,40,117). Sum of RGB (Red+Green+Blue) = 251+40+117=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 40 (16.02% from 255 or 9.80% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2875 is #04D78A. Grayscale: #6F6F6F. Windows color (decimal): -317323 or 7678203. OLE color: 7678203.
HSL color Cylindrical-coordinate representation of color #FB2875: hue angle of 338.1º 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 #FB2875 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 117 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.02 |
| HSL | 338.1º | 0.96% | 0.57% | - |
| HSV(B) | 338.1º | 0.84% | 0.98% | - |
| XYZ | 43.75 | 23.31 | 19.02 | - |
| YUV | 111.87 | 130.9 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 117 | 0 | 0.84 | 0.53 | 0.02 | 338.1 | 0.96 | 0.57 |
| Hex | FB | 28 | 75 | 0 | 54 | 35 | 2 | 152 | 60 | 39 |
| Octal | 373 | 50 | 165 | 0 | 124 | 65 | 2 | 522 | 140 | 71 |
| Binary | 11111011 | 101000 | 1110101 | 0 | 1010100 | 110101 | 10 | 101010010 | 1100000 | 111001 |
Color Harmonies of #FB2875
Complementary color
Monochromatic Colors of #FB2875
Black with #FB2875
Text Example
Text Example
White with #FB2875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2875; }
p { color: rgb(251,40,117); }
H1.HeaderClassName
{
color: #FB2875;
}
.AnyTagClassName
{
color: #FB2875;
}
</style>
background-color css
<style>
a { background-color: #FB2875; }
a { background-color: rgb(251,40,117); }
div.DivClassName
{
background-color: #FB2875;
}
.BgClassName
{
background-color: #FB2875;
}
</style>
border-color css
<style>
span { border-color: #FB2875; }
span { border-color: rgb(251,40,117); }
td.TdClassName
{
border-color: #FB2875;
}
.TagClassName
{
border-color: #FB2875;
}
</style>