Shades of Deep Pink #FF1593
Tints of Deep Pink #FF1593
RGB
CMYK
RGB Variations
Color information
#FF1593 (or 0xFF1593) is known color: Deep Pink. HEX triplet: FF, 15 and 93. RGB value is (255,21,147). Sum of RGB (Red+Green+Blue) = 255+21+147=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1593 is #00EA6C. Grayscale: #696969. Windows color (decimal): -60013 or 9639423. OLE color: 9639423.
HSL color Cylindrical-coordinate representation of color #FF1593: hue angle of 327.69º 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 #FF1593 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 147 | - |
| CMYK | 0 | 0.92 | 0.42 | 0 |
| HSL | 327.69º | 1% | 0.54% | - |
| HSV(B) | 327.69º | 0.92% | 1% | - |
| XYZ | 46.77 | 23.9 | 29.75 | - |
| YUV | 105.33 | 151.52 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 147 | 0 | 0.92 | 0.42 | 0 | 327.69 | 1 | 0.54 |
| Hex | FF | 15 | 93 | 0 | 5C | 2A | 0 | 148 | 64 | 36 |
| Octal | 377 | 25 | 223 | 0 | 134 | 52 | 0 | 510 | 144 | 66 |
| Binary | 11111111 | 10101 | 10010011 | 0 | 1011100 | 101010 | 0 | 101001000 | 1100100 | 110110 |
Color Harmonies of #FF1593
Complementary color
Monochromatic Colors of #FF1593
Black with #FF1593
Text Example
Text Example
White with #FF1593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1593; }
p { color: rgb(255,21,147); }
H1.HeaderClassName
{
color: #FF1593;
}
.AnyTagClassName
{
color: #FF1593;
}
</style>
background-color css
<style>
a { background-color: #FF1593; }
a { background-color: rgb(255,21,147); }
div.DivClassName
{
background-color: #FF1593;
}
.BgClassName
{
background-color: #FF1593;
}
</style>
border-color css
<style>
span { border-color: #FF1593; }
span { border-color: rgb(255,21,147); }
td.TdClassName
{
border-color: #FF1593;
}
.TagClassName
{
border-color: #FF1593;
}
</style>