Shades of Deep Pink #FA169C
Tints of Deep Pink #FA169C
RGB
CMYK
RGB Variations
Color information
#FA169C (or 0xFA169C) is known color: Deep Pink. HEX triplet: FA, 16 and 9C. RGB value is (250,22,156). Sum of RGB (Red+Green+Blue) = 250+22+156=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 22 (8.98% from 255 or 5.14% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA169C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA169C is #05E963. Grayscale: #696969. Windows color (decimal): -387428 or 10229498. OLE color: 10229498.
HSL color Cylindrical-coordinate representation of color #FA169C: hue angle of 324.74º 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 #FA169C is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 156 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.02 |
| HSL | 324.74º | 0.96% | 0.53% | - |
| HSV(B) | 324.74º | 0.91% | 0.98% | - |
| XYZ | 45.71 | 23.3 | 33.54 | - |
| YUV | 105.45 | 156.54 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 156 | 0 | 0.91 | 0.38 | 0.02 | 324.74 | 0.96 | 0.53 |
| Hex | FA | 16 | 9C | 0 | 5B | 26 | 2 | 145 | 60 | 35 |
| Octal | 372 | 26 | 234 | 0 | 133 | 46 | 2 | 505 | 140 | 65 |
| Binary | 11111010 | 10110 | 10011100 | 0 | 1011011 | 100110 | 10 | 101000101 | 1100000 | 110101 |
Color Harmonies of #FA169C
Complementary color
Monochromatic Colors of #FA169C
Black with #FA169C
Text Example
Text Example
White with #FA169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA169C; }
p { color: rgb(250,22,156); }
H1.HeaderClassName
{
color: #FA169C;
}
.AnyTagClassName
{
color: #FA169C;
}
</style>
background-color css
<style>
a { background-color: #FA169C; }
a { background-color: rgb(250,22,156); }
div.DivClassName
{
background-color: #FA169C;
}
.BgClassName
{
background-color: #FA169C;
}
</style>
border-color css
<style>
span { border-color: #FA169C; }
span { border-color: rgb(250,22,156); }
td.TdClassName
{
border-color: #FA169C;
}
.TagClassName
{
border-color: #FA169C;
}
</style>