Shades of Deep Pink #FA1693
Tints of Deep Pink #FA1693
RGB
CMYK
RGB Variations
Color information
#FA1693 (or 0xFA1693) is known color: Deep Pink. HEX triplet: FA, 16 and 93. RGB value is (250,22,147). Sum of RGB (Red+Green+Blue) = 250+22+147=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1693 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA1693 is #05E96C. Grayscale: #686868. Windows color (decimal): -387437 or 9639674. OLE color: 9639674.
HSL color Cylindrical-coordinate representation of color #FA1693: hue angle of 327.11º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA1693 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 147 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.02 |
| HSL | 327.11º | 0.96% | 0.53% | - |
| HSV(B) | 327.11º | 0.91% | 0.98% | - |
| XYZ | 44.98 | 23 | 29.67 | - |
| YUV | 104.42 | 152.04 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 147 | 0 | 0.91 | 0.41 | 0.02 | 327.11 | 0.96 | 0.53 |
| Hex | FA | 16 | 93 | 0 | 5B | 29 | 2 | 147 | 60 | 35 |
| Octal | 372 | 26 | 223 | 0 | 133 | 51 | 2 | 507 | 140 | 65 |
| Binary | 11111010 | 10110 | 10010011 | 0 | 1011011 | 101001 | 10 | 101000111 | 1100000 | 110101 |
Color Harmonies of #FA1693
Complementary color
Monochromatic Colors of #FA1693
Black with #FA1693
Text Example
Text Example
White with #FA1693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1693; }
p { color: rgb(250,22,147); }
H1.HeaderClassName
{
color: #FA1693;
}
.AnyTagClassName
{
color: #FA1693;
}
</style>
background-color css
<style>
a { background-color: #FA1693; }
a { background-color: rgb(250,22,147); }
div.DivClassName
{
background-color: #FA1693;
}
.BgClassName
{
background-color: #FA1693;
}
</style>
border-color css
<style>
span { border-color: #FA1693; }
span { border-color: rgb(250,22,147); }
td.TdClassName
{
border-color: #FA1693;
}
.TagClassName
{
border-color: #FA1693;
}
</style>