Shades of Radical Red #FB2D72
Tints of Radical Red #FB2D72
RGB
CMYK
RGB Variations
Color information
#FB2D72 (or 0xFB2D72) is known color: Radical Red. HEX triplet: FB, 2D and 72. RGB value is (251,45,114). Sum of RGB (Red+Green+Blue) = 251+45+114=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 45 (17.97% from 255 or 10.98% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D72 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2D72 is #04D28D. Grayscale: #727272. Windows color (decimal): -316046 or 7482875. OLE color: 7482875.
HSL color Cylindrical-coordinate representation of color #FB2D72: hue angle of 339.9º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2D72 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 114 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.02 |
| HSL | 339.9º | 0.96% | 0.58% | - |
| HSV(B) | 339.9º | 0.82% | 0.98% | - |
| XYZ | 43.76 | 23.6 | 18.17 | - |
| YUV | 114.46 | 127.75 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 114 | 0 | 0.82 | 0.55 | 0.02 | 339.9 | 0.96 | 0.58 |
| Hex | FB | 2D | 72 | 0 | 52 | 37 | 2 | 154 | 60 | 3A |
| Octal | 373 | 55 | 162 | 0 | 122 | 67 | 2 | 524 | 140 | 72 |
| Binary | 11111011 | 101101 | 1110010 | 0 | 1010010 | 110111 | 10 | 101010100 | 1100000 | 111010 |
Color Harmonies of #FB2D72
Complementary color
Monochromatic Colors of #FB2D72
Black with #FB2D72
Text Example
Text Example
White with #FB2D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D72; }
p { color: rgb(251,45,114); }
H1.HeaderClassName
{
color: #FB2D72;
}
.AnyTagClassName
{
color: #FB2D72;
}
</style>
background-color css
<style>
a { background-color: #FB2D72; }
a { background-color: rgb(251,45,114); }
div.DivClassName
{
background-color: #FB2D72;
}
.BgClassName
{
background-color: #FB2D72;
}
</style>
border-color css
<style>
span { border-color: #FB2D72; }
span { border-color: rgb(251,45,114); }
td.TdClassName
{
border-color: #FB2D72;
}
.TagClassName
{
border-color: #FB2D72;
}
</style>