Shades of Deep Pink #FF1B9C
Tints of Deep Pink #FF1B9C
RGB
CMYK
RGB Variations
Color information
#FF1B9C (or 0xFF1B9C) is known color: Deep Pink. HEX triplet: FF, 1B and 9C. RGB value is (255,27,156). Sum of RGB (Red+Green+Blue) = 255+27+156=438 (58% of max value = 765). Red value is 255 (100% from 255 or 58.22% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1B9C is #00E463. Grayscale: #6D6D6D. Windows color (decimal): -58468 or 10230783. OLE color: 10230783.
HSL color Cylindrical-coordinate representation of color #FF1B9C: hue angle of 326.05º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1B9C is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 156 | - |
| CMYK | 0 | 0.89 | 0.39 | 0 |
| HSL | 326.05º | 1% | 0.55% | - |
| HSV(B) | 326.05º | 0.89% | 1% | - |
| XYZ | 47.63 | 24.44 | 33.66 | - |
| YUV | 109.88 | 154.04 | 231.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 156 | 0 | 0.89 | 0.39 | 0 | 326.05 | 1 | 0.55 |
| Hex | FF | 1B | 9C | 0 | 59 | 27 | 0 | 146 | 64 | 37 |
| Octal | 377 | 33 | 234 | 0 | 131 | 47 | 0 | 506 | 144 | 67 |
| Binary | 11111111 | 11011 | 10011100 | 0 | 1011001 | 100111 | 0 | 101000110 | 1100100 | 110111 |
Color Harmonies of #FF1B9C
Complementary color
Monochromatic Colors of #FF1B9C
Black with #FF1B9C
Text Example
Text Example
White with #FF1B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B9C; }
p { color: rgb(255,27,156); }
H1.HeaderClassName
{
color: #FF1B9C;
}
.AnyTagClassName
{
color: #FF1B9C;
}
</style>
background-color css
<style>
a { background-color: #FF1B9C; }
a { background-color: rgb(255,27,156); }
div.DivClassName
{
background-color: #FF1B9C;
}
.BgClassName
{
background-color: #FF1B9C;
}
</style>
border-color css
<style>
span { border-color: #FF1B9C; }
span { border-color: rgb(255,27,156); }
td.TdClassName
{
border-color: #FF1B9C;
}
.TagClassName
{
border-color: #FF1B9C;
}
</style>