Shades of Deep Pink #FA167A
Tints of Deep Pink #FA167A
RGB
CMYK
RGB Variations
Color information
#FA167A (or 0xFA167A) is known color: Deep Pink. HEX triplet: FA, 16 and 7A. RGB value is (250,22,122). Sum of RGB (Red+Green+Blue) = 250+22+122=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 22 (8.98% from 255 or 5.58% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA167A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA167A is #05E985. Grayscale: #656565. Windows color (decimal): -387462 or 8001274. OLE color: 8001274.
HSL color Cylindrical-coordinate representation of color #FA167A: hue angle of 333.68º 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 #FA167A is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 122 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.02 |
| HSL | 333.68º | 0.96% | 0.53% | - |
| HSV(B) | 333.68º | 0.91% | 0.98% | - |
| XYZ | 43.22 | 22.3 | 20.44 | - |
| YUV | 101.57 | 139.54 | 233.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 122 | 0 | 0.91 | 0.51 | 0.02 | 333.68 | 0.96 | 0.53 |
| Hex | FA | 16 | 7A | 0 | 5B | 33 | 2 | 14E | 60 | 35 |
| Octal | 372 | 26 | 172 | 0 | 133 | 63 | 2 | 516 | 140 | 65 |
| Binary | 11111010 | 10110 | 1111010 | 0 | 1011011 | 110011 | 10 | 101001110 | 1100000 | 110101 |
Color Harmonies of #FA167A
Complementary color
Monochromatic Colors of #FA167A
Black with #FA167A
Text Example
Text Example
White with #FA167A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA167A; }
p { color: rgb(250,22,122); }
H1.HeaderClassName
{
color: #FA167A;
}
.AnyTagClassName
{
color: #FA167A;
}
</style>
background-color css
<style>
a { background-color: #FA167A; }
a { background-color: rgb(250,22,122); }
div.DivClassName
{
background-color: #FA167A;
}
.BgClassName
{
background-color: #FA167A;
}
</style>
border-color css
<style>
span { border-color: #FA167A; }
span { border-color: rgb(250,22,122); }
td.TdClassName
{
border-color: #FA167A;
}
.TagClassName
{
border-color: #FA167A;
}
</style>