Shades of Deep Pink #FA169D
Tints of Deep Pink #FA169D
RGB
CMYK
RGB Variations
Color information
#FA169D (or 0xFA169D) is known color: Deep Pink. HEX triplet: FA, 16 and 9D. RGB value is (250,22,157). Sum of RGB (Red+Green+Blue) = 250+22+157=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 22 (8.98% from 255 or 5.13% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA169D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA169D is #05E962. Grayscale: #696969. Windows color (decimal): -387427 or 10295034. OLE color: 10295034.
HSL color Cylindrical-coordinate representation of color #FA169D: hue angle of 324.47º 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 #FA169D is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 157 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.02 |
| HSL | 324.47º | 0.96% | 0.53% | - |
| HSV(B) | 324.47º | 0.91% | 0.98% | - |
| XYZ | 45.8 | 23.33 | 33.99 | - |
| YUV | 105.56 | 157.04 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 157 | 0 | 0.91 | 0.37 | 0.02 | 324.47 | 0.96 | 0.53 |
| Hex | FA | 16 | 9D | 0 | 5B | 25 | 2 | 144 | 60 | 35 |
| Octal | 372 | 26 | 235 | 0 | 133 | 45 | 2 | 504 | 140 | 65 |
| Binary | 11111010 | 10110 | 10011101 | 0 | 1011011 | 100101 | 10 | 101000100 | 1100000 | 110101 |
Color Harmonies of #FA169D
Complementary color
Monochromatic Colors of #FA169D
Black with #FA169D
Text Example
Text Example
White with #FA169D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA169D; }
p { color: rgb(250,22,157); }
H1.HeaderClassName
{
color: #FA169D;
}
.AnyTagClassName
{
color: #FA169D;
}
</style>
background-color css
<style>
a { background-color: #FA169D; }
a { background-color: rgb(250,22,157); }
div.DivClassName
{
background-color: #FA169D;
}
.BgClassName
{
background-color: #FA169D;
}
</style>
border-color css
<style>
span { border-color: #FA169D; }
span { border-color: rgb(250,22,157); }
td.TdClassName
{
border-color: #FA169D;
}
.TagClassName
{
border-color: #FA169D;
}
</style>