Shades of Deep Pink #FF1C88
Tints of Deep Pink #FF1C88
RGB
CMYK
RGB Variations
Color information
#FF1C88 (or 0xFF1C88) is known color: Deep Pink. HEX triplet: FF, 1C and 88. RGB value is (255,28,136). Sum of RGB (Red+Green+Blue) = 255+28+136=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C88 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1C88 is #00E377. Grayscale: #6B6B6B. Windows color (decimal): -58232 or 8920319. OLE color: 8920319.
HSL color Cylindrical-coordinate representation of color #FF1C88: hue angle of 331.45º 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 #FF1C88 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 136 | - |
| CMYK | 0 | 0.89 | 0.47 | 0 |
| HSL | 331.45º | 1% | 0.55% | - |
| HSV(B) | 331.45º | 0.89% | 1% | - |
| XYZ | 46.1 | 23.87 | 25.47 | - |
| YUV | 108.19 | 143.71 | 232.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 136 | 0 | 0.89 | 0.47 | 0 | 331.45 | 1 | 0.55 |
| Hex | FF | 1C | 88 | 0 | 59 | 2F | 0 | 14B | 64 | 37 |
| Octal | 377 | 34 | 210 | 0 | 131 | 57 | 0 | 513 | 144 | 67 |
| Binary | 11111111 | 11100 | 10001000 | 0 | 1011001 | 101111 | 0 | 101001011 | 1100100 | 110111 |
Color Harmonies of #FF1C88
Complementary color
Monochromatic Colors of #FF1C88
Black with #FF1C88
Text Example
Text Example
White with #FF1C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C88; }
p { color: rgb(255,28,136); }
H1.HeaderClassName
{
color: #FF1C88;
}
.AnyTagClassName
{
color: #FF1C88;
}
</style>
background-color css
<style>
a { background-color: #FF1C88; }
a { background-color: rgb(255,28,136); }
div.DivClassName
{
background-color: #FF1C88;
}
.BgClassName
{
background-color: #FF1C88;
}
</style>
border-color css
<style>
span { border-color: #FF1C88; }
span { border-color: rgb(255,28,136); }
td.TdClassName
{
border-color: #FF1C88;
}
.TagClassName
{
border-color: #FF1C88;
}
</style>