Shades of Deep Pink #FA1D93
Tints of Deep Pink #FA1D93
RGB
CMYK
RGB Variations
Color information
#FA1D93 (or 0xFA1D93) is known color: Deep Pink. HEX triplet: FA, 1D and 93. RGB value is (250,29,147). Sum of RGB (Red+Green+Blue) = 250+29+147=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1D93 is #05E26C. Grayscale: #6C6C6C. Windows color (decimal): -385645 or 9641466. OLE color: 9641466.
HSL color Cylindrical-coordinate representation of color #FA1D93: hue angle of 327.96º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1D93 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 147 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.02 |
| HSL | 327.96º | 0.96% | 0.55% | - |
| HSV(B) | 327.96º | 0.88% | 0.98% | - |
| XYZ | 45.13 | 23.31 | 29.72 | - |
| YUV | 108.53 | 149.72 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 147 | 0 | 0.88 | 0.41 | 0.02 | 327.96 | 0.96 | 0.55 |
| Hex | FA | 1D | 93 | 0 | 58 | 29 | 2 | 148 | 60 | 37 |
| Octal | 372 | 35 | 223 | 0 | 130 | 51 | 2 | 510 | 140 | 67 |
| Binary | 11111010 | 11101 | 10010011 | 0 | 1011000 | 101001 | 10 | 101001000 | 1100000 | 110111 |
Color Harmonies of #FA1D93
Complementary color
Monochromatic Colors of #FA1D93
Black with #FA1D93
Text Example
Text Example
White with #FA1D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1D93; }
p { color: rgb(250,29,147); }
H1.HeaderClassName
{
color: #FA1D93;
}
.AnyTagClassName
{
color: #FA1D93;
}
</style>
background-color css
<style>
a { background-color: #FA1D93; }
a { background-color: rgb(250,29,147); }
div.DivClassName
{
background-color: #FA1D93;
}
.BgClassName
{
background-color: #FA1D93;
}
</style>
border-color css
<style>
span { border-color: #FA1D93; }
span { border-color: rgb(250,29,147); }
td.TdClassName
{
border-color: #FA1D93;
}
.TagClassName
{
border-color: #FA1D93;
}
</style>