Shades of Deep Pink #FF1594
Tints of Deep Pink #FF1594
RGB
CMYK
RGB Variations
Color information
#FF1594 (or 0xFF1594) is known color: Deep Pink. HEX triplet: FF, 15 and 94. RGB value is (255,21,148). Sum of RGB (Red+Green+Blue) = 255+21+148=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 21 (8.59% from 255 or 4.95% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1594 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1594 is #00EA6B. Grayscale: #696969. Windows color (decimal): -60012 or 9704959. OLE color: 9704959.
HSL color Cylindrical-coordinate representation of color #FF1594: hue angle of 327.44º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1594 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 148 | - |
| CMYK | 0 | 0.92 | 0.42 | 0 |
| HSL | 327.44º | 1% | 0.54% | - |
| HSV(B) | 327.44º | 0.92% | 1% | - |
| XYZ | 46.85 | 23.93 | 30.17 | - |
| YUV | 105.44 | 152.02 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 148 | 0 | 0.92 | 0.42 | 0 | 327.44 | 1 | 0.54 |
| Hex | FF | 15 | 94 | 0 | 5C | 2A | 0 | 147 | 64 | 36 |
| Octal | 377 | 25 | 224 | 0 | 134 | 52 | 0 | 507 | 144 | 66 |
| Binary | 11111111 | 10101 | 10010100 | 0 | 1011100 | 101010 | 0 | 101000111 | 1100100 | 110110 |
Color Harmonies of #FF1594
Complementary color
Monochromatic Colors of #FF1594
Black with #FF1594
Text Example
Text Example
White with #FF1594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1594; }
p { color: rgb(255,21,148); }
H1.HeaderClassName
{
color: #FF1594;
}
.AnyTagClassName
{
color: #FF1594;
}
</style>
background-color css
<style>
a { background-color: #FF1594; }
a { background-color: rgb(255,21,148); }
div.DivClassName
{
background-color: #FF1594;
}
.BgClassName
{
background-color: #FF1594;
}
</style>
border-color css
<style>
span { border-color: #FF1594; }
span { border-color: rgb(255,21,148); }
td.TdClassName
{
border-color: #FF1594;
}
.TagClassName
{
border-color: #FF1594;
}
</style>