Shades of Deep Pink #FB1C96
Tints of Deep Pink #FB1C96
RGB
CMYK
RGB Variations
Color information
#FB1C96 (or 0xFB1C96) is known color: Deep Pink. HEX triplet: FB, 1C and 96. RGB value is (251,28,150). Sum of RGB (Red+Green+Blue) = 251+28+150=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 28 (11.33% from 255 or 6.53% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1C96 is #04E369. Grayscale: #6C6C6C. Windows color (decimal): -320362 or 9837819. OLE color: 9837819.
HSL color Cylindrical-coordinate representation of color #FB1C96: hue angle of 327.17º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1C96 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 150 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.02 |
| HSL | 327.17º | 0.97% | 0.55% | - |
| HSV(B) | 327.17º | 0.89% | 0.98% | - |
| XYZ | 45.7 | 23.54 | 30.99 | - |
| YUV | 108.59 | 151.38 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 150 | 0 | 0.89 | 0.40 | 0.02 | 327.17 | 0.97 | 0.55 |
| Hex | FB | 1C | 96 | 0 | 59 | 28 | 2 | 147 | 61 | 37 |
| Octal | 373 | 34 | 226 | 0 | 131 | 50 | 2 | 507 | 141 | 67 |
| Binary | 11111011 | 11100 | 10010110 | 0 | 1011001 | 101000 | 10 | 101000111 | 1100001 | 110111 |
Color Harmonies of #FB1C96
Complementary color
Monochromatic Colors of #FB1C96
Black with #FB1C96
Text Example
Text Example
White with #FB1C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1C96; }
p { color: rgb(251,28,150); }
H1.HeaderClassName
{
color: #FB1C96;
}
.AnyTagClassName
{
color: #FB1C96;
}
</style>
background-color css
<style>
a { background-color: #FB1C96; }
a { background-color: rgb(251,28,150); }
div.DivClassName
{
background-color: #FB1C96;
}
.BgClassName
{
background-color: #FB1C96;
}
</style>
border-color css
<style>
span { border-color: #FB1C96; }
span { border-color: rgb(251,28,150); }
td.TdClassName
{
border-color: #FB1C96;
}
.TagClassName
{
border-color: #FB1C96;
}
</style>