Shades of Deep Pink #FB1690
Tints of Deep Pink #FB1690
RGB
CMYK
RGB Variations
Color information
#FB1690 (or 0xFB1690) is known color: Deep Pink. HEX triplet: FB, 16 and 90. RGB value is (251,22,144). Sum of RGB (Red+Green+Blue) = 251+22+144=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1690 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1690 is #04E96F. Grayscale: #686868. Windows color (decimal): -321904 or 9443067. OLE color: 9443067.
HSL color Cylindrical-coordinate representation of color #FB1690: hue angle of 328.03º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB1690 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 144 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.02 |
| HSL | 328.03º | 0.97% | 0.54% | - |
| HSV(B) | 328.03º | 0.91% | 0.98% | - |
| XYZ | 45.1 | 23.1 | 28.47 | - |
| YUV | 104.38 | 150.37 | 232.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 144 | 0 | 0.91 | 0.43 | 0.02 | 328.03 | 0.97 | 0.54 |
| Hex | FB | 16 | 90 | 0 | 5B | 2B | 2 | 148 | 61 | 36 |
| Octal | 373 | 26 | 220 | 0 | 133 | 53 | 2 | 510 | 141 | 66 |
| Binary | 11111011 | 10110 | 10010000 | 0 | 1011011 | 101011 | 10 | 101001000 | 1100001 | 110110 |
Color Harmonies of #FB1690
Complementary color
Monochromatic Colors of #FB1690
Black with #FB1690
Text Example
Text Example
White with #FB1690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1690; }
p { color: rgb(251,22,144); }
H1.HeaderClassName
{
color: #FB1690;
}
.AnyTagClassName
{
color: #FB1690;
}
</style>
background-color css
<style>
a { background-color: #FB1690; }
a { background-color: rgb(251,22,144); }
div.DivClassName
{
background-color: #FB1690;
}
.BgClassName
{
background-color: #FB1690;
}
</style>
border-color css
<style>
span { border-color: #FB1690; }
span { border-color: rgb(251,22,144); }
td.TdClassName
{
border-color: #FB1690;
}
.TagClassName
{
border-color: #FB1690;
}
</style>