Shades of Deep Pink #FB1D9A
Tints of Deep Pink #FB1D9A
RGB
CMYK
RGB Variations
Color information
#FB1D9A (or 0xFB1D9A) is known color: Deep Pink. HEX triplet: FB, 1D and 9A. RGB value is (251,29,154). Sum of RGB (Red+Green+Blue) = 251+29+154=434 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.83% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1D9A is #04E265. Grayscale: #6D6D6D. Windows color (decimal): -320102 or 10100219. OLE color: 10100219.
HSL color Cylindrical-coordinate representation of color #FB1D9A: hue angle of 326.22º degrees, saturation: 0.97, 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 #FB1D9A is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 29 | 154 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.02 |
| HSL | 326.22º | 0.97% | 0.55% | - |
| HSV(B) | 326.22º | 0.88% | 0.98% | - |
| XYZ | 46.06 | 23.72 | 32.72 | - |
| YUV | 109.63 | 153.05 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 29 | 154 | 0 | 0.88 | 0.39 | 0.02 | 326.22 | 0.97 | 0.55 |
| Hex | FB | 1D | 9A | 0 | 58 | 27 | 2 | 146 | 61 | 37 |
| Octal | 373 | 35 | 232 | 0 | 130 | 47 | 2 | 506 | 141 | 67 |
| Binary | 11111011 | 11101 | 10011010 | 0 | 1011000 | 100111 | 10 | 101000110 | 1100001 | 110111 |
Color Harmonies of #FB1D9A
Complementary color
Monochromatic Colors of #FB1D9A
Black with #FB1D9A
Text Example
Text Example
White with #FB1D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1D9A; }
p { color: rgb(251,29,154); }
H1.HeaderClassName
{
color: #FB1D9A;
}
.AnyTagClassName
{
color: #FB1D9A;
}
</style>
background-color css
<style>
a { background-color: #FB1D9A; }
a { background-color: rgb(251,29,154); }
div.DivClassName
{
background-color: #FB1D9A;
}
.BgClassName
{
background-color: #FB1D9A;
}
</style>
border-color css
<style>
span { border-color: #FB1D9A; }
span { border-color: rgb(251,29,154); }
td.TdClassName
{
border-color: #FB1D9A;
}
.TagClassName
{
border-color: #FB1D9A;
}
</style>