Shades of Radical Red #FB2672
Tints of Radical Red #FB2672
RGB
CMYK
RGB Variations
Color information
#FB2672 (or 0xFB2672) is known color: Radical Red. HEX triplet: FB, 26 and 72. RGB value is (251,38,114). Sum of RGB (Red+Green+Blue) = 251+38+114=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2672 is #04D98D. Grayscale: #6E6E6E. Windows color (decimal): -317838 or 7481083. OLE color: 7481083.
HSL color Cylindrical-coordinate representation of color #FB2672: hue angle of 338.59º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB2672 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 38 | 114 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.02 |
| HSL | 338.59º | 0.96% | 0.57% | - |
| HSV(B) | 338.59º | 0.85% | 0.98% | - |
| XYZ | 43.51 | 23.11 | 18.09 | - |
| YUV | 110.35 | 130.07 | 228.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 38 | 114 | 0 | 0.85 | 0.55 | 0.02 | 338.59 | 0.96 | 0.57 |
| Hex | FB | 26 | 72 | 0 | 55 | 37 | 2 | 153 | 60 | 39 |
| Octal | 373 | 46 | 162 | 0 | 125 | 67 | 2 | 523 | 140 | 71 |
| Binary | 11111011 | 100110 | 1110010 | 0 | 1010101 | 110111 | 10 | 101010011 | 1100000 | 111001 |
Color Harmonies of #FB2672
Complementary color
Monochromatic Colors of #FB2672
Black with #FB2672
Text Example
Text Example
White with #FB2672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2672; }
p { color: rgb(251,38,114); }
H1.HeaderClassName
{
color: #FB2672;
}
.AnyTagClassName
{
color: #FB2672;
}
</style>
background-color css
<style>
a { background-color: #FB2672; }
a { background-color: rgb(251,38,114); }
div.DivClassName
{
background-color: #FB2672;
}
.BgClassName
{
background-color: #FB2672;
}
</style>
border-color css
<style>
span { border-color: #FB2672; }
span { border-color: rgb(251,38,114); }
td.TdClassName
{
border-color: #FB2672;
}
.TagClassName
{
border-color: #FB2672;
}
</style>