Shades of Deep Pink #FB2190
Tints of Deep Pink #FB2190
RGB
CMYK
RGB Variations
Color information
#FB2190 (or 0xFB2190) is known color: Deep Pink. HEX triplet: FB, 21 and 90. RGB value is (251,33,144). Sum of RGB (Red+Green+Blue) = 251+33+144=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2190 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2190 is #04DE6F. Grayscale: #6E6E6E. Windows color (decimal): -319088 or 9445883. OLE color: 9445883.
HSL color Cylindrical-coordinate representation of color #FB2190: hue angle of 329.45º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB2190 is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 144 | - |
| CMYK | 0 | 0.87 | 0.43 | 0.02 |
| HSL | 329.45º | 0.96% | 0.56% | - |
| HSV(B) | 329.45º | 0.87% | 0.98% | - |
| XYZ | 45.36 | 23.61 | 28.55 | - |
| YUV | 110.84 | 146.72 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 144 | 0 | 0.87 | 0.43 | 0.02 | 329.45 | 0.96 | 0.56 |
| Hex | FB | 21 | 90 | 0 | 57 | 2B | 2 | 149 | 60 | 38 |
| Octal | 373 | 41 | 220 | 0 | 127 | 53 | 2 | 511 | 140 | 70 |
| Binary | 11111011 | 100001 | 10010000 | 0 | 1010111 | 101011 | 10 | 101001001 | 1100000 | 111000 |
Color Harmonies of #FB2190
Complementary color
Monochromatic Colors of #FB2190
Black with #FB2190
Text Example
Text Example
White with #FB2190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2190; }
p { color: rgb(251,33,144); }
H1.HeaderClassName
{
color: #FB2190;
}
.AnyTagClassName
{
color: #FB2190;
}
</style>
background-color css
<style>
a { background-color: #FB2190; }
a { background-color: rgb(251,33,144); }
div.DivClassName
{
background-color: #FB2190;
}
.BgClassName
{
background-color: #FB2190;
}
</style>
border-color css
<style>
span { border-color: #FB2190; }
span { border-color: rgb(251,33,144); }
td.TdClassName
{
border-color: #FB2190;
}
.TagClassName
{
border-color: #FB2190;
}
</style>