Shades of Deep Pink #FB159C
Tints of Deep Pink #FB159C
RGB
CMYK
RGB Variations
Color information
#FB159C (or 0xFB159C) is known color: Deep Pink. HEX triplet: FB, 15 and 9C. RGB value is (251,21,156). Sum of RGB (Red+Green+Blue) = 251+21+156=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 21 (8.59% from 255 or 4.91% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB159C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB159C is #04EA63. Grayscale: #686868. Windows color (decimal): -322148 or 10229243. OLE color: 10229243.
HSL color Cylindrical-coordinate representation of color #FB159C: hue angle of 324.78º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB159C is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 156 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.02 |
| HSL | 324.78º | 0.97% | 0.53% | - |
| HSV(B) | 324.78º | 0.92% | 0.98% | - |
| XYZ | 46.05 | 23.45 | 33.55 | - |
| YUV | 105.16 | 156.7 | 232.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 156 | 0 | 0.92 | 0.38 | 0.02 | 324.78 | 0.97 | 0.53 |
| Hex | FB | 15 | 9C | 0 | 5C | 26 | 2 | 145 | 61 | 35 |
| Octal | 373 | 25 | 234 | 0 | 134 | 46 | 2 | 505 | 141 | 65 |
| Binary | 11111011 | 10101 | 10011100 | 0 | 1011100 | 100110 | 10 | 101000101 | 1100001 | 110101 |
Color Harmonies of #FB159C
Complementary color
Monochromatic Colors of #FB159C
Black with #FB159C
Text Example
Text Example
White with #FB159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB159C; }
p { color: rgb(251,21,156); }
H1.HeaderClassName
{
color: #FB159C;
}
.AnyTagClassName
{
color: #FB159C;
}
</style>
background-color css
<style>
a { background-color: #FB159C; }
a { background-color: rgb(251,21,156); }
div.DivClassName
{
background-color: #FB159C;
}
.BgClassName
{
background-color: #FB159C;
}
</style>
border-color css
<style>
span { border-color: #FB159C; }
span { border-color: rgb(251,21,156); }
td.TdClassName
{
border-color: #FB159C;
}
.TagClassName
{
border-color: #FB159C;
}
</style>