Shades of Radical Red #FB4170
Tints of Radical Red #FB4170
RGB
CMYK
RGB Variations
Color information
#FB4170 (or 0xFB4170) is known color: Radical Red. HEX triplet: FB, 41 and 70. RGB value is (251,65,112). Sum of RGB (Red+Green+Blue) = 251+65+112=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 65 (25.78% from 255 or 15.19% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4170 is #04BE8F. Grayscale: #7D7D7D. Windows color (decimal): -310928 or 7356923. OLE color: 7356923.
HSL color Cylindrical-coordinate representation of color #FB4170: hue angle of 344.84º 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 #FB4170 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 112 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.02 |
| HSL | 344.84º | 0.96% | 0.62% | - |
| HSV(B) | 344.84º | 0.74% | 0.98% | - |
| XYZ | 44.6 | 25.46 | 17.89 | - |
| YUV | 125.97 | 120.12 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 112 | 0 | 0.74 | 0.55 | 0.02 | 344.84 | 0.96 | 0.62 |
| Hex | FB | 41 | 70 | 0 | 4A | 37 | 2 | 159 | 60 | 3E |
| Octal | 373 | 101 | 160 | 0 | 112 | 67 | 2 | 531 | 140 | 76 |
| Binary | 11111011 | 1000001 | 1110000 | 0 | 1001010 | 110111 | 10 | 101011001 | 1100000 | 111110 |
Color Harmonies of #FB4170
Complementary color
Monochromatic Colors of #FB4170
Black with #FB4170
Text Example
Text Example
White with #FB4170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4170; }
p { color: rgb(251,65,112); }
H1.HeaderClassName
{
color: #FB4170;
}
.AnyTagClassName
{
color: #FB4170;
}
</style>
background-color css
<style>
a { background-color: #FB4170; }
a { background-color: rgb(251,65,112); }
div.DivClassName
{
background-color: #FB4170;
}
.BgClassName
{
background-color: #FB4170;
}
</style>
border-color css
<style>
span { border-color: #FB4170; }
span { border-color: rgb(251,65,112); }
td.TdClassName
{
border-color: #FB4170;
}
.TagClassName
{
border-color: #FB4170;
}
</style>