Shades of Deep Pink #FF1C76
Tints of Deep Pink #FF1C76
RGB
CMYK
RGB Variations
Color information
#FF1C76 (or 0xFF1C76) is known color: Deep Pink. HEX triplet: FF, 1C and 76. RGB value is (255,28,118). Sum of RGB (Red+Green+Blue) = 255+28+118=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1C76 is #00E389. Grayscale: #6A6A6A. Windows color (decimal): -58250 or 7740671. OLE color: 7740671.
HSL color Cylindrical-coordinate representation of color #FF1C76: hue angle of 336.21º 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 #FF1C76 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 118 | - |
| CMYK | 0 | 0.89 | 0.54 | 0 |
| HSL | 336.21º | 1% | 0.55% | - |
| HSV(B) | 336.21º | 0.89% | 1% | - |
| XYZ | 44.93 | 23.4 | 19.29 | - |
| YUV | 106.13 | 134.71 | 234.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 118 | 0 | 0.89 | 0.54 | 0 | 336.21 | 1 | 0.55 |
| Hex | FF | 1C | 76 | 0 | 59 | 36 | 0 | 150 | 64 | 37 |
| Octal | 377 | 34 | 166 | 0 | 131 | 66 | 0 | 520 | 144 | 67 |
| Binary | 11111111 | 11100 | 1110110 | 0 | 1011001 | 110110 | 0 | 101010000 | 1100100 | 110111 |
Color Harmonies of #FF1C76
Complementary color
Monochromatic Colors of #FF1C76
Black with #FF1C76
Text Example
Text Example
White with #FF1C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C76; }
p { color: rgb(255,28,118); }
H1.HeaderClassName
{
color: #FF1C76;
}
.AnyTagClassName
{
color: #FF1C76;
}
</style>
background-color css
<style>
a { background-color: #FF1C76; }
a { background-color: rgb(255,28,118); }
div.DivClassName
{
background-color: #FF1C76;
}
.BgClassName
{
background-color: #FF1C76;
}
</style>
border-color css
<style>
span { border-color: #FF1C76; }
span { border-color: rgb(255,28,118); }
td.TdClassName
{
border-color: #FF1C76;
}
.TagClassName
{
border-color: #FF1C76;
}
</style>