Shades of Deep Pink #FF1B90
Tints of Deep Pink #FF1B90
RGB
CMYK
RGB Variations
Color information
#FF1B90 (or 0xFF1B90) is known color: Deep Pink. HEX triplet: FF, 1B and 90. RGB value is (255,27,144). Sum of RGB (Red+Green+Blue) = 255+27+144=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B90 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1B90 is #00E46F. Grayscale: #6C6C6C. Windows color (decimal): -58480 or 9444351. OLE color: 9444351.
HSL color Cylindrical-coordinate representation of color #FF1B90: hue angle of 329.21º 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 #FF1B90 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 144 | - |
| CMYK | 0 | 0.89 | 0.44 | 0 |
| HSL | 329.21º | 1% | 0.55% | - |
| HSV(B) | 329.21º | 0.89% | 1% | - |
| XYZ | 46.67 | 24.06 | 28.57 | - |
| YUV | 108.51 | 148.04 | 232.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 144 | 0 | 0.89 | 0.44 | 0 | 329.21 | 1 | 0.55 |
| Hex | FF | 1B | 90 | 0 | 59 | 2C | 0 | 149 | 64 | 37 |
| Octal | 377 | 33 | 220 | 0 | 131 | 54 | 0 | 511 | 144 | 67 |
| Binary | 11111111 | 11011 | 10010000 | 0 | 1011001 | 101100 | 0 | 101001001 | 1100100 | 110111 |
Color Harmonies of #FF1B90
Complementary color
Monochromatic Colors of #FF1B90
Black with #FF1B90
Text Example
Text Example
White with #FF1B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B90; }
p { color: rgb(255,27,144); }
H1.HeaderClassName
{
color: #FF1B90;
}
.AnyTagClassName
{
color: #FF1B90;
}
</style>
background-color css
<style>
a { background-color: #FF1B90; }
a { background-color: rgb(255,27,144); }
div.DivClassName
{
background-color: #FF1B90;
}
.BgClassName
{
background-color: #FF1B90;
}
</style>
border-color css
<style>
span { border-color: #FF1B90; }
span { border-color: rgb(255,27,144); }
td.TdClassName
{
border-color: #FF1B90;
}
.TagClassName
{
border-color: #FF1B90;
}
</style>