Shades of Deep Pink #FF1C8A
Tints of Deep Pink #FF1C8A
RGB
CMYK
RGB Variations
Color information
#FF1C8A (or 0xFF1C8A) is known color: Deep Pink. HEX triplet: FF, 1C and 8A. RGB value is (255,28,138). Sum of RGB (Red+Green+Blue) = 255+28+138=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 28 (11.33% from 255 or 6.65% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1C8A is #00E375. Grayscale: #6C6C6C. Windows color (decimal): -58230 or 9051391. OLE color: 9051391.
HSL color Cylindrical-coordinate representation of color #FF1C8A: hue angle of 330.93º 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 #FF1C8A is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 138 | - |
| CMYK | 0 | 0.89 | 0.46 | 0 |
| HSL | 330.93º | 1% | 0.55% | - |
| HSV(B) | 330.93º | 0.89% | 1% | - |
| XYZ | 46.24 | 23.93 | 26.23 | - |
| YUV | 108.41 | 144.71 | 232.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 138 | 0 | 0.89 | 0.46 | 0 | 330.93 | 1 | 0.55 |
| Hex | FF | 1C | 8A | 0 | 59 | 2E | 0 | 14B | 64 | 37 |
| Octal | 377 | 34 | 212 | 0 | 131 | 56 | 0 | 513 | 144 | 67 |
| Binary | 11111111 | 11100 | 10001010 | 0 | 1011001 | 101110 | 0 | 101001011 | 1100100 | 110111 |
Color Harmonies of #FF1C8A
Complementary color
Monochromatic Colors of #FF1C8A
Black with #FF1C8A
Text Example
Text Example
White with #FF1C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C8A; }
p { color: rgb(255,28,138); }
H1.HeaderClassName
{
color: #FF1C8A;
}
.AnyTagClassName
{
color: #FF1C8A;
}
</style>
background-color css
<style>
a { background-color: #FF1C8A; }
a { background-color: rgb(255,28,138); }
div.DivClassName
{
background-color: #FF1C8A;
}
.BgClassName
{
background-color: #FF1C8A;
}
</style>
border-color css
<style>
span { border-color: #FF1C8A; }
span { border-color: rgb(255,28,138); }
td.TdClassName
{
border-color: #FF1C8A;
}
.TagClassName
{
border-color: #FF1C8A;
}
</style>