Shades of Deep Pink #FA1D7B
Tints of Deep Pink #FA1D7B
RGB
CMYK
RGB Variations
Color information
#FA1D7B (or 0xFA1D7B) is known color: Deep Pink. HEX triplet: FA, 1D and 7B. RGB value is (250,29,123). Sum of RGB (Red+Green+Blue) = 250+29+123=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA1D7B is #05E284. Grayscale: #696969. Windows color (decimal): -385669 or 8068602. OLE color: 8068602.
HSL color Cylindrical-coordinate representation of color #FA1D7B: hue angle of 334.48º 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 #FA1D7B is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 123 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.02 |
| HSL | 334.48º | 0.96% | 0.55% | - |
| HSV(B) | 334.48º | 0.88% | 0.98% | - |
| XYZ | 43.44 | 22.63 | 20.82 | - |
| YUV | 105.8 | 137.72 | 230.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 123 | 0 | 0.88 | 0.51 | 0.02 | 334.48 | 0.96 | 0.55 |
| Hex | FA | 1D | 7B | 0 | 58 | 33 | 2 | 14E | 60 | 37 |
| Octal | 372 | 35 | 173 | 0 | 130 | 63 | 2 | 516 | 140 | 67 |
| Binary | 11111010 | 11101 | 1111011 | 0 | 1011000 | 110011 | 10 | 101001110 | 1100000 | 110111 |
Color Harmonies of #FA1D7B
Complementary color
Monochromatic Colors of #FA1D7B
Black with #FA1D7B
Text Example
Text Example
White with #FA1D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1D7B; }
p { color: rgb(250,29,123); }
H1.HeaderClassName
{
color: #FA1D7B;
}
.AnyTagClassName
{
color: #FA1D7B;
}
</style>
background-color css
<style>
a { background-color: #FA1D7B; }
a { background-color: rgb(250,29,123); }
div.DivClassName
{
background-color: #FA1D7B;
}
.BgClassName
{
background-color: #FA1D7B;
}
</style>
border-color css
<style>
span { border-color: #FA1D7B; }
span { border-color: rgb(250,29,123); }
td.TdClassName
{
border-color: #FA1D7B;
}
.TagClassName
{
border-color: #FA1D7B;
}
</style>