Shades of Deep Pink #FA1D8E
Tints of Deep Pink #FA1D8E
RGB
CMYK
RGB Variations
Color information
#FA1D8E (or 0xFA1D8E) is known color: Deep Pink. HEX triplet: FA, 1D and 8E. RGB value is (250,29,142). Sum of RGB (Red+Green+Blue) = 250+29+142=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA1D8E is #05E271. Grayscale: #6B6B6B. Windows color (decimal): -385650 or 9313786. OLE color: 9313786.
HSL color Cylindrical-coordinate representation of color #FA1D8E: hue angle of 329.32º 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 #FA1D8E is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 142 | - |
| CMYK | 0 | 0.88 | 0.43 | 0.02 |
| HSL | 329.32º | 0.96% | 0.55% | - |
| HSV(B) | 329.32º | 0.88% | 0.98% | - |
| XYZ | 44.75 | 23.16 | 27.7 | - |
| YUV | 107.96 | 147.22 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 142 | 0 | 0.88 | 0.43 | 0.02 | 329.32 | 0.96 | 0.55 |
| Hex | FA | 1D | 8E | 0 | 58 | 2B | 2 | 149 | 60 | 37 |
| Octal | 372 | 35 | 216 | 0 | 130 | 53 | 2 | 511 | 140 | 67 |
| Binary | 11111010 | 11101 | 10001110 | 0 | 1011000 | 101011 | 10 | 101001001 | 1100000 | 110111 |
Color Harmonies of #FA1D8E
Complementary color
Monochromatic Colors of #FA1D8E
Black with #FA1D8E
Text Example
Text Example
White with #FA1D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1D8E; }
p { color: rgb(250,29,142); }
H1.HeaderClassName
{
color: #FA1D8E;
}
.AnyTagClassName
{
color: #FA1D8E;
}
</style>
background-color css
<style>
a { background-color: #FA1D8E; }
a { background-color: rgb(250,29,142); }
div.DivClassName
{
background-color: #FA1D8E;
}
.BgClassName
{
background-color: #FA1D8E;
}
</style>
border-color css
<style>
span { border-color: #FA1D8E; }
span { border-color: rgb(250,29,142); }
td.TdClassName
{
border-color: #FA1D8E;
}
.TagClassName
{
border-color: #FA1D8E;
}
</style>