Shades of Deep Pink #FA1593
Tints of Deep Pink #FA1593
RGB
CMYK
RGB Variations
Color information
#FA1593 (or 0xFA1593) is known color: Deep Pink. HEX triplet: FA, 15 and 93. RGB value is (250,21,147). Sum of RGB (Red+Green+Blue) = 250+21+147=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1593 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1593 is #05EA6C. Grayscale: #676767. Windows color (decimal): -387693 or 9639418. OLE color: 9639418.
HSL color Cylindrical-coordinate representation of color #FA1593: hue angle of 326.99º 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 #FA1593 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 147 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.02 |
| HSL | 326.99º | 0.96% | 0.53% | - |
| HSV(B) | 326.99º | 0.92% | 0.98% | - |
| XYZ | 44.96 | 22.97 | 29.67 | - |
| YUV | 103.84 | 152.37 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 147 | 0 | 0.92 | 0.41 | 0.02 | 326.99 | 0.96 | 0.53 |
| Hex | FA | 15 | 93 | 0 | 5C | 29 | 2 | 147 | 60 | 35 |
| Octal | 372 | 25 | 223 | 0 | 134 | 51 | 2 | 507 | 140 | 65 |
| Binary | 11111010 | 10101 | 10010011 | 0 | 1011100 | 101001 | 10 | 101000111 | 1100000 | 110101 |
Color Harmonies of #FA1593
Complementary color
Monochromatic Colors of #FA1593
Black with #FA1593
Text Example
Text Example
White with #FA1593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1593; }
p { color: rgb(250,21,147); }
H1.HeaderClassName
{
color: #FA1593;
}
.AnyTagClassName
{
color: #FA1593;
}
</style>
background-color css
<style>
a { background-color: #FA1593; }
a { background-color: rgb(250,21,147); }
div.DivClassName
{
background-color: #FA1593;
}
.BgClassName
{
background-color: #FA1593;
}
</style>
border-color css
<style>
span { border-color: #FA1593; }
span { border-color: rgb(250,21,147); }
td.TdClassName
{
border-color: #FA1593;
}
.TagClassName
{
border-color: #FA1593;
}
</style>