Shades of DeepPink #FF1493
Tints of DeepPink #FF1493
RGB
CMYK
RGB Variations
Color information
#FF1493 (or 0xFF1493) is known color: DeepPink. HEX triplet: FF, 14 and 93. RGB value is (255,20,147). Sum of RGB (Red+Green+Blue) = 255+20+147=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1493 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1493 is #00EB6C. Grayscale: #686868. Windows color (decimal): -60269 or 9639167. OLE color: 9639167.
HSL color Cylindrical-coordinate representation of color #FF1493: hue angle of 327.57º 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 #FF1493 is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 20 | 147 | - |
CMYK | 0 | 0.92 | 0.42 | 0 |
HSL | 327.57º | 1% | 0.54% | - |
HSV(B) | 327.57º | 0.92% | 1% | - |
XYZ | 46.76 | 23.87 | 29.75 | - |
YUV | 104.74 | 151.86 | 235.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 20 | 147 | 0 | 0.92 | 0.42 | 0 | 327.57 | 1 | 0.54 |
Hex | FF | 14 | 93 | 0 | 5C | 2A | 0 | 148 | 64 | 36 |
Octal | 377 | 24 | 223 | 0 | 134 | 52 | 0 | 510 | 144 | 66 |
Binary | 11111111 | 10100 | 10010011 | 0 | 1011100 | 101010 | 0 | 101001000 | 1100100 | 110110 |
Color Harmonies of #FF1493
Complementary color
Monochromatic Colors of #FF1493
Black with #FF1493
Text Example
Text Example
White with #FF1493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1493; }
p { color: rgb(255,20,147); }
H1.HeaderClassName
{
color: #FF1493;
}
.AnyTagClassName
{
color: #FF1493;
}
</style>
background-color css
<style>
a { background-color: #FF1493; }
a { background-color: rgb(255,20,147); }
div.DivClassName
{
background-color: #FF1493;
}
.BgClassName
{
background-color: #FF1493;
}
</style>
border-color css
<style>
span { border-color: #FF1493; }
span { border-color: rgb(255,20,147); }
td.TdClassName
{
border-color: #FF1493;
}
.TagClassName
{
border-color: #FF1493;
}
</style>