Shades of Deep Pink #FF1B99
Tints of Deep Pink #FF1B99
RGB
CMYK
RGB Variations
Color information
#FF1B99 (or 0xFF1B99) is known color: Deep Pink. HEX triplet: FF, 1B and 99. RGB value is (255,27,153). Sum of RGB (Red+Green+Blue) = 255+27+153=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1B99 is #00E466. Grayscale: #6D6D6D. Windows color (decimal): -58471 or 10034175. OLE color: 10034175.
HSL color Cylindrical-coordinate representation of color #FF1B99: hue angle of 326.84º 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 #FF1B99 is Cyan = 0, Magento = 0.89, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 153 | - |
| CMYK | 0 | 0.89 | 0.4 | 0 |
| HSL | 326.84º | 1% | 0.55% | - |
| HSV(B) | 326.84º | 0.89% | 1% | - |
| XYZ | 47.38 | 24.34 | 32.34 | - |
| YUV | 109.54 | 152.54 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 153 | 0 | 0.89 | 0.4 | 0 | 326.84 | 1 | 0.55 |
| Hex | FF | 1B | 99 | 0 | 59 | 28 | 0 | 147 | 64 | 37 |
| Octal | 377 | 33 | 231 | 0 | 131 | 50 | 0 | 507 | 144 | 67 |
| Binary | 11111111 | 11011 | 10011001 | 0 | 1011001 | 101000 | 0 | 101000111 | 1100100 | 110111 |
Color Harmonies of #FF1B99
Complementary color
Monochromatic Colors of #FF1B99
Black with #FF1B99
Text Example
Text Example
White with #FF1B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B99; }
p { color: rgb(255,27,153); }
H1.HeaderClassName
{
color: #FF1B99;
}
.AnyTagClassName
{
color: #FF1B99;
}
</style>
background-color css
<style>
a { background-color: #FF1B99; }
a { background-color: rgb(255,27,153); }
div.DivClassName
{
background-color: #FF1B99;
}
.BgClassName
{
background-color: #FF1B99;
}
</style>
border-color css
<style>
span { border-color: #FF1B99; }
span { border-color: rgb(255,27,153); }
td.TdClassName
{
border-color: #FF1B99;
}
.TagClassName
{
border-color: #FF1B99;
}
</style>