Shades of Deep Pink #FF1988
Tints of Deep Pink #FF1988
RGB
CMYK
RGB Variations
Color information
#FF1988 (or 0xFF1988) is known color: Deep Pink. HEX triplet: FF, 19 and 88. RGB value is (255,25,136). Sum of RGB (Red+Green+Blue) = 255+25+136=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1988 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1988 is #00E677. Grayscale: #6A6A6A. Windows color (decimal): -59000 or 8919551. OLE color: 8919551.
HSL color Cylindrical-coordinate representation of color #FF1988: hue angle of 331.04º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1988 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 136 | - |
| CMYK | 0 | 0.90 | 0.47 | 0 |
| HSL | 331.04º | 1% | 0.55% | - |
| HSV(B) | 331.04º | 0.9% | 1% | - |
| XYZ | 46.03 | 23.73 | 25.45 | - |
| YUV | 106.42 | 144.7 | 233.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 136 | 0 | 0.90 | 0.47 | 0 | 331.04 | 1 | 0.55 |
| Hex | FF | 19 | 88 | 0 | 5A | 2F | 0 | 14B | 64 | 37 |
| Octal | 377 | 31 | 210 | 0 | 132 | 57 | 0 | 513 | 144 | 67 |
| Binary | 11111111 | 11001 | 10001000 | 0 | 1011010 | 101111 | 0 | 101001011 | 1100100 | 110111 |
Color Harmonies of #FF1988
Complementary color
Monochromatic Colors of #FF1988
Black with #FF1988
Text Example
Text Example
White with #FF1988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1988; }
p { color: rgb(255,25,136); }
H1.HeaderClassName
{
color: #FF1988;
}
.AnyTagClassName
{
color: #FF1988;
}
</style>
background-color css
<style>
a { background-color: #FF1988; }
a { background-color: rgb(255,25,136); }
div.DivClassName
{
background-color: #FF1988;
}
.BgClassName
{
background-color: #FF1988;
}
</style>
border-color css
<style>
span { border-color: #FF1988; }
span { border-color: rgb(255,25,136); }
td.TdClassName
{
border-color: #FF1988;
}
.TagClassName
{
border-color: #FF1988;
}
</style>