Shades of Deep Pink #FA1393
Tints of Deep Pink #FA1393
RGB
CMYK
RGB Variations
Color information
#FA1393 (or 0xFA1393) is known color: Deep Pink. HEX triplet: FA, 13 and 93. RGB value is (250,19,147). Sum of RGB (Red+Green+Blue) = 250+19+147=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 19 (7.81% from 255 or 4.57% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1393 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1393 is #05EC6C. Grayscale: #666666. Windows color (decimal): -388205 or 9638906. OLE color: 9638906.
HSL color Cylindrical-coordinate representation of color #FA1393: hue angle of 326.75º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA1393 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 147 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.02 |
| HSL | 326.75º | 0.96% | 0.53% | - |
| HSV(B) | 326.75º | 0.92% | 0.98% | - |
| XYZ | 44.92 | 22.9 | 29.66 | - |
| YUV | 102.66 | 153.03 | 233.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 147 | 0 | 0.92 | 0.41 | 0.02 | 326.75 | 0.96 | 0.53 |
| Hex | FA | 13 | 93 | 0 | 5C | 29 | 2 | 147 | 60 | 35 |
| Octal | 372 | 23 | 223 | 0 | 134 | 51 | 2 | 507 | 140 | 65 |
| Binary | 11111010 | 10011 | 10010011 | 0 | 1011100 | 101001 | 10 | 101000111 | 1100000 | 110101 |
Color Harmonies of #FA1393
Complementary color
Monochromatic Colors of #FA1393
Black with #FA1393
Text Example
Text Example
White with #FA1393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1393; }
p { color: rgb(250,19,147); }
H1.HeaderClassName
{
color: #FA1393;
}
.AnyTagClassName
{
color: #FA1393;
}
</style>
background-color css
<style>
a { background-color: #FA1393; }
a { background-color: rgb(250,19,147); }
div.DivClassName
{
background-color: #FA1393;
}
.BgClassName
{
background-color: #FA1393;
}
</style>
border-color css
<style>
span { border-color: #FA1393; }
span { border-color: rgb(250,19,147); }
td.TdClassName
{
border-color: #FA1393;
}
.TagClassName
{
border-color: #FA1393;
}
</style>