Shades of Deep Pink #FF1C99
Tints of Deep Pink #FF1C99
RGB
CMYK
RGB Variations
Color information
#FF1C99 (or 0xFF1C99) is known color: Deep Pink. HEX triplet: FF, 1C and 99. RGB value is (255,28,153). Sum of RGB (Red+Green+Blue) = 255+28+153=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 28 (11.33% from 255 or 6.42% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1C99 is #00E366. Grayscale: #6D6D6D. Windows color (decimal): -58215 or 10034431. OLE color: 10034431.
HSL color Cylindrical-coordinate representation of color #FF1C99: hue angle of 326.96º 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 #FF1C99 is Cyan = 0, Magento = 0.89, Yellow = 0.4 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 153 | - |
| CMYK | 0 | 0.89 | 0.4 | 0 |
| HSL | 326.96º | 1% | 0.55% | - |
| HSV(B) | 326.96º | 0.89% | 1% | - |
| XYZ | 47.41 | 24.39 | 32.35 | - |
| YUV | 110.12 | 152.21 | 231.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 153 | 0 | 0.89 | 0.4 | 0 | 326.96 | 1 | 0.55 |
| Hex | FF | 1C | 99 | 0 | 59 | 28 | 0 | 147 | 64 | 37 |
| Octal | 377 | 34 | 231 | 0 | 131 | 50 | 0 | 507 | 144 | 67 |
| Binary | 11111111 | 11100 | 10011001 | 0 | 1011001 | 101000 | 0 | 101000111 | 1100100 | 110111 |
Color Harmonies of #FF1C99
Complementary color
Monochromatic Colors of #FF1C99
Black with #FF1C99
Text Example
Text Example
White with #FF1C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C99; }
p { color: rgb(255,28,153); }
H1.HeaderClassName
{
color: #FF1C99;
}
.AnyTagClassName
{
color: #FF1C99;
}
</style>
background-color css
<style>
a { background-color: #FF1C99; }
a { background-color: rgb(255,28,153); }
div.DivClassName
{
background-color: #FF1C99;
}
.BgClassName
{
background-color: #FF1C99;
}
</style>
border-color css
<style>
span { border-color: #FF1C99; }
span { border-color: rgb(255,28,153); }
td.TdClassName
{
border-color: #FF1C99;
}
.TagClassName
{
border-color: #FF1C99;
}
</style>