Shades of Deep Pink #FB1F89
Tints of Deep Pink #FB1F89
RGB
CMYK
RGB Variations
Color information
#FB1F89 (or 0xFB1F89) is known color: Deep Pink. HEX triplet: FB, 1F and 89. RGB value is (251,31,137). Sum of RGB (Red+Green+Blue) = 251+31+137=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1F89 is #04E076. Grayscale: #6C6C6C. Windows color (decimal): -319607 or 8986619. OLE color: 8986619.
HSL color Cylindrical-coordinate representation of color #FB1F89: hue angle of 331.09º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB1F89 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 31 | 137 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.02 |
| HSL | 331.09º | 0.96% | 0.55% | - |
| HSV(B) | 331.09º | 0.88% | 0.98% | - |
| XYZ | 44.79 | 23.3 | 25.8 | - |
| YUV | 108.86 | 143.89 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 31 | 137 | 0 | 0.88 | 0.45 | 0.02 | 331.09 | 0.96 | 0.55 |
| Hex | FB | 1F | 89 | 0 | 58 | 2D | 2 | 14B | 60 | 37 |
| Octal | 373 | 37 | 211 | 0 | 130 | 55 | 2 | 513 | 140 | 67 |
| Binary | 11111011 | 11111 | 10001001 | 0 | 1011000 | 101101 | 10 | 101001011 | 1100000 | 110111 |
Color Harmonies of #FB1F89
Complementary color
Monochromatic Colors of #FB1F89
Black with #FB1F89
Text Example
Text Example
White with #FB1F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1F89; }
p { color: rgb(251,31,137); }
H1.HeaderClassName
{
color: #FB1F89;
}
.AnyTagClassName
{
color: #FB1F89;
}
</style>
background-color css
<style>
a { background-color: #FB1F89; }
a { background-color: rgb(251,31,137); }
div.DivClassName
{
background-color: #FB1F89;
}
.BgClassName
{
background-color: #FB1F89;
}
</style>
border-color css
<style>
span { border-color: #FB1F89; }
span { border-color: rgb(251,31,137); }
td.TdClassName
{
border-color: #FB1F89;
}
.TagClassName
{
border-color: #FB1F89;
}
</style>