Shades of Deep Pink #FB12A0
Tints of Deep Pink #FB12A0
RGB
CMYK
RGB Variations
Color information
#FB12A0 (or 0xFB12A0) is known color: Deep Pink. HEX triplet: FB, 12 and A0. RGB value is (251,18,160). Sum of RGB (Red+Green+Blue) = 251+18+160=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB12A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB12A0 is #04ED5F. Grayscale: #676767. Windows color (decimal): -322912 or 10490619. OLE color: 10490619.
HSL color Cylindrical-coordinate representation of color #FB12A0: hue angle of 323.43º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB12A0 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 18 | 160 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.02 |
| HSL | 323.43º | 0.97% | 0.53% | - |
| HSV(B) | 323.43º | 0.93% | 0.98% | - |
| XYZ | 46.35 | 23.48 | 35.35 | - |
| YUV | 103.86 | 159.69 | 232.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 18 | 160 | 0 | 0.93 | 0.36 | 0.02 | 323.43 | 0.97 | 0.53 |
| Hex | FB | 12 | A0 | 0 | 5D | 24 | 2 | 143 | 61 | 35 |
| Octal | 373 | 22 | 240 | 0 | 135 | 44 | 2 | 503 | 141 | 65 |
| Binary | 11111011 | 10010 | 10100000 | 0 | 1011101 | 100100 | 10 | 101000011 | 1100001 | 110101 |
Color Harmonies of #FB12A0
Complementary color
Monochromatic Colors of #FB12A0
Black with #FB12A0
Text Example
Text Example
White with #FB12A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB12A0; }
p { color: rgb(251,18,160); }
H1.HeaderClassName
{
color: #FB12A0;
}
.AnyTagClassName
{
color: #FB12A0;
}
</style>
background-color css
<style>
a { background-color: #FB12A0; }
a { background-color: rgb(251,18,160); }
div.DivClassName
{
background-color: #FB12A0;
}
.BgClassName
{
background-color: #FB12A0;
}
</style>
border-color css
<style>
span { border-color: #FB12A0; }
span { border-color: rgb(251,18,160); }
td.TdClassName
{
border-color: #FB12A0;
}
.TagClassName
{
border-color: #FB12A0;
}
</style>