Shades of Deep Pink #FF1793
Tints of Deep Pink #FF1793
RGB
CMYK
RGB Variations
Color information
#FF1793 (or 0xFF1793) is known color: Deep Pink. HEX triplet: FF, 17 and 93. RGB value is (255,23,147). Sum of RGB (Red+Green+Blue) = 255+23+147=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 147 (57.81% from 255 or 34.59% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1793 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1793 is #00E86C. Grayscale: #6A6A6A. Windows color (decimal): -59501 or 9639935. OLE color: 9639935.
HSL color Cylindrical-coordinate representation of color #FF1793: hue angle of 327.93º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1793 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 147 | - |
| CMYK | 0 | 0.91 | 0.42 | 0 |
| HSL | 327.93º | 1% | 0.55% | - |
| HSV(B) | 327.93º | 0.91% | 1% | - |
| XYZ | 46.81 | 23.98 | 29.76 | - |
| YUV | 106.5 | 150.86 | 233.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 147 | 0 | 0.91 | 0.42 | 0 | 327.93 | 1 | 0.55 |
| Hex | FF | 17 | 93 | 0 | 5B | 2A | 0 | 148 | 64 | 37 |
| Octal | 377 | 27 | 223 | 0 | 133 | 52 | 0 | 510 | 144 | 67 |
| Binary | 11111111 | 10111 | 10010011 | 0 | 1011011 | 101010 | 0 | 101001000 | 1100100 | 110111 |
Color Harmonies of #FF1793
Complementary color
Monochromatic Colors of #FF1793
Black with #FF1793
Text Example
Text Example
White with #FF1793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1793; }
p { color: rgb(255,23,147); }
H1.HeaderClassName
{
color: #FF1793;
}
.AnyTagClassName
{
color: #FF1793;
}
</style>
background-color css
<style>
a { background-color: #FF1793; }
a { background-color: rgb(255,23,147); }
div.DivClassName
{
background-color: #FF1793;
}
.BgClassName
{
background-color: #FF1793;
}
</style>
border-color css
<style>
span { border-color: #FF1793; }
span { border-color: rgb(255,23,147); }
td.TdClassName
{
border-color: #FF1793;
}
.TagClassName
{
border-color: #FF1793;
}
</style>