Shades of Radical Red #FB4172
Tints of Radical Red #FB4172
RGB
CMYK
RGB Variations
Color information
#FB4172 (or 0xFB4172) is known color: Radical Red. HEX triplet: FB, 41 and 72. RGB value is (251,65,114). Sum of RGB (Red+Green+Blue) = 251+65+114=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4172 is #04BE8D. Grayscale: #7E7E7E. Windows color (decimal): -310926 or 7487995. OLE color: 7487995.
HSL color Cylindrical-coordinate representation of color #FB4172: hue angle of 344.19º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB4172 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 114 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.02 |
| HSL | 344.19º | 0.96% | 0.62% | - |
| HSV(B) | 344.19º | 0.74% | 0.98% | - |
| XYZ | 44.71 | 25.5 | 18.49 | - |
| YUV | 126.2 | 121.12 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 114 | 0 | 0.74 | 0.55 | 0.02 | 344.19 | 0.96 | 0.62 |
| Hex | FB | 41 | 72 | 0 | 4A | 37 | 2 | 158 | 60 | 3E |
| Octal | 373 | 101 | 162 | 0 | 112 | 67 | 2 | 530 | 140 | 76 |
| Binary | 11111011 | 1000001 | 1110010 | 0 | 1001010 | 110111 | 10 | 101011000 | 1100000 | 111110 |
Color Harmonies of #FB4172
Complementary color
Monochromatic Colors of #FB4172
Black with #FB4172
Text Example
Text Example
White with #FB4172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4172; }
p { color: rgb(251,65,114); }
H1.HeaderClassName
{
color: #FB4172;
}
.AnyTagClassName
{
color: #FB4172;
}
</style>
background-color css
<style>
a { background-color: #FB4172; }
a { background-color: rgb(251,65,114); }
div.DivClassName
{
background-color: #FB4172;
}
.BgClassName
{
background-color: #FB4172;
}
</style>
border-color css
<style>
span { border-color: #FB4172; }
span { border-color: rgb(251,65,114); }
td.TdClassName
{
border-color: #FB4172;
}
.TagClassName
{
border-color: #FB4172;
}
</style>