Shades of Deep Pink #FF1C74
Tints of Deep Pink #FF1C74
RGB
CMYK
RGB Variations
Color information
#FF1C74 (or 0xFF1C74) is known color: Deep Pink. HEX triplet: FF, 1C and 74. RGB value is (255,28,116). Sum of RGB (Red+Green+Blue) = 255+28+116=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 28 (11.33% from 255 or 7.02% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1C74 is #00E38B. Grayscale: #696969. Windows color (decimal): -58252 or 7609599. OLE color: 7609599.
HSL color Cylindrical-coordinate representation of color #FF1C74: hue angle of 336.74º 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 #FF1C74 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 116 | - |
| CMYK | 0 | 0.89 | 0.55 | 0 |
| HSL | 336.74º | 1% | 0.55% | - |
| HSV(B) | 336.74º | 0.89% | 1% | - |
| XYZ | 44.81 | 23.35 | 18.67 | - |
| YUV | 105.91 | 133.71 | 234.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 116 | 0 | 0.89 | 0.55 | 0 | 336.74 | 1 | 0.55 |
| Hex | FF | 1C | 74 | 0 | 59 | 37 | 0 | 151 | 64 | 37 |
| Octal | 377 | 34 | 164 | 0 | 131 | 67 | 0 | 521 | 144 | 67 |
| Binary | 11111111 | 11100 | 1110100 | 0 | 1011001 | 110111 | 0 | 101010001 | 1100100 | 110111 |
Color Harmonies of #FF1C74
Complementary color
Monochromatic Colors of #FF1C74
Black with #FF1C74
Text Example
Text Example
White with #FF1C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C74; }
p { color: rgb(255,28,116); }
H1.HeaderClassName
{
color: #FF1C74;
}
.AnyTagClassName
{
color: #FF1C74;
}
</style>
background-color css
<style>
a { background-color: #FF1C74; }
a { background-color: rgb(255,28,116); }
div.DivClassName
{
background-color: #FF1C74;
}
.BgClassName
{
background-color: #FF1C74;
}
</style>
border-color css
<style>
span { border-color: #FF1C74; }
span { border-color: rgb(255,28,116); }
td.TdClassName
{
border-color: #FF1C74;
}
.TagClassName
{
border-color: #FF1C74;
}
</style>