Shades of Deep Pink #FA169A
Tints of Deep Pink #FA169A
RGB
CMYK
RGB Variations
Color information
#FA169A (or 0xFA169A) is known color: Deep Pink. HEX triplet: FA, 16 and 9A. RGB value is (250,22,154). Sum of RGB (Red+Green+Blue) = 250+22+154=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 22 (8.98% from 255 or 5.16% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA169A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA169A is #05E965. Grayscale: #686868. Windows color (decimal): -387430 or 10098426. OLE color: 10098426.
HSL color Cylindrical-coordinate representation of color #FA169A: hue angle of 325.26º 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 #FA169A is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 154 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.02 |
| HSL | 325.26º | 0.96% | 0.53% | - |
| HSV(B) | 325.26º | 0.91% | 0.98% | - |
| XYZ | 45.54 | 23.23 | 32.66 | - |
| YUV | 105.22 | 155.54 | 231.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 154 | 0 | 0.91 | 0.38 | 0.02 | 325.26 | 0.96 | 0.53 |
| Hex | FA | 16 | 9A | 0 | 5B | 26 | 2 | 145 | 60 | 35 |
| Octal | 372 | 26 | 232 | 0 | 133 | 46 | 2 | 505 | 140 | 65 |
| Binary | 11111010 | 10110 | 10011010 | 0 | 1011011 | 100110 | 10 | 101000101 | 1100000 | 110101 |
Color Harmonies of #FA169A
Complementary color
Monochromatic Colors of #FA169A
Black with #FA169A
Text Example
Text Example
White with #FA169A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA169A; }
p { color: rgb(250,22,154); }
H1.HeaderClassName
{
color: #FA169A;
}
.AnyTagClassName
{
color: #FA169A;
}
</style>
background-color css
<style>
a { background-color: #FA169A; }
a { background-color: rgb(250,22,154); }
div.DivClassName
{
background-color: #FA169A;
}
.BgClassName
{
background-color: #FA169A;
}
</style>
border-color css
<style>
span { border-color: #FA169A; }
span { border-color: rgb(250,22,154); }
td.TdClassName
{
border-color: #FA169A;
}
.TagClassName
{
border-color: #FA169A;
}
</style>