Shades of Deep Pink #FF1C8E
Tints of Deep Pink #FF1C8E
RGB
CMYK
RGB Variations
Color information
#FF1C8E (or 0xFF1C8E) is known color: Deep Pink. HEX triplet: FF, 1C and 8E. RGB value is (255,28,142). Sum of RGB (Red+Green+Blue) = 255+28+142=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 28 (11.33% from 255 or 6.59% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1C8E is #00E371. Grayscale: #6C6C6C. Windows color (decimal): -58226 or 9313535. OLE color: 9313535.
HSL color Cylindrical-coordinate representation of color #FF1C8E: hue angle of 329.87º 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 #FF1C8E is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 142 | - |
| CMYK | 0 | 0.89 | 0.44 | 0 |
| HSL | 329.87º | 1% | 0.55% | - |
| HSV(B) | 329.87º | 0.89% | 1% | - |
| XYZ | 46.54 | 24.04 | 27.78 | - |
| YUV | 108.87 | 146.71 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 142 | 0 | 0.89 | 0.44 | 0 | 329.87 | 1 | 0.55 |
| Hex | FF | 1C | 8E | 0 | 59 | 2C | 0 | 14A | 64 | 37 |
| Octal | 377 | 34 | 216 | 0 | 131 | 54 | 0 | 512 | 144 | 67 |
| Binary | 11111111 | 11100 | 10001110 | 0 | 1011001 | 101100 | 0 | 101001010 | 1100100 | 110111 |
Color Harmonies of #FF1C8E
Complementary color
Monochromatic Colors of #FF1C8E
Black with #FF1C8E
Text Example
Text Example
White with #FF1C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C8E; }
p { color: rgb(255,28,142); }
H1.HeaderClassName
{
color: #FF1C8E;
}
.AnyTagClassName
{
color: #FF1C8E;
}
</style>
background-color css
<style>
a { background-color: #FF1C8E; }
a { background-color: rgb(255,28,142); }
div.DivClassName
{
background-color: #FF1C8E;
}
.BgClassName
{
background-color: #FF1C8E;
}
</style>
border-color css
<style>
span { border-color: #FF1C8E; }
span { border-color: rgb(255,28,142); }
td.TdClassName
{
border-color: #FF1C8E;
}
.TagClassName
{
border-color: #FF1C8E;
}
</style>