Shades of Deep Pink #FF1889
Tints of Deep Pink #FF1889
RGB
CMYK
RGB Variations
Color information
#FF1889 (or 0xFF1889) is known color: Deep Pink. HEX triplet: FF, 18 and 89. RGB value is (255,24,137). Sum of RGB (Red+Green+Blue) = 255+24+137=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1889 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1889 is #00E776. Grayscale: #696969. Windows color (decimal): -59255 or 8984831. OLE color: 8984831.
HSL color Cylindrical-coordinate representation of color #FF1889: hue angle of 330.65º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1889 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 137 | - |
| CMYK | 0 | 0.91 | 0.46 | 0 |
| HSL | 330.65º | 1% | 0.55% | - |
| HSV(B) | 330.65º | 0.91% | 1% | - |
| XYZ | 46.08 | 23.72 | 25.82 | - |
| YUV | 105.95 | 145.53 | 234.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 137 | 0 | 0.91 | 0.46 | 0 | 330.65 | 1 | 0.55 |
| Hex | FF | 18 | 89 | 0 | 5B | 2E | 0 | 14B | 64 | 37 |
| Octal | 377 | 30 | 211 | 0 | 133 | 56 | 0 | 513 | 144 | 67 |
| Binary | 11111111 | 11000 | 10001001 | 0 | 1011011 | 101110 | 0 | 101001011 | 1100100 | 110111 |
Color Harmonies of #FF1889
Complementary color
Monochromatic Colors of #FF1889
Black with #FF1889
Text Example
Text Example
White with #FF1889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1889; }
p { color: rgb(255,24,137); }
H1.HeaderClassName
{
color: #FF1889;
}
.AnyTagClassName
{
color: #FF1889;
}
</style>
background-color css
<style>
a { background-color: #FF1889; }
a { background-color: rgb(255,24,137); }
div.DivClassName
{
background-color: #FF1889;
}
.BgClassName
{
background-color: #FF1889;
}
</style>
border-color css
<style>
span { border-color: #FF1889; }
span { border-color: rgb(255,24,137); }
td.TdClassName
{
border-color: #FF1889;
}
.TagClassName
{
border-color: #FF1889;
}
</style>