Shades of Deep Pink #FA167C
Tints of Deep Pink #FA167C
RGB
CMYK
RGB Variations
Color information
#FA167C (or 0xFA167C) is known color: Deep Pink. HEX triplet: FA, 16 and 7C. RGB value is (250,22,124). Sum of RGB (Red+Green+Blue) = 250+22+124=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA167C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA167C is #05E983. Grayscale: #656565. Windows color (decimal): -387460 or 8132346. OLE color: 8132346.
HSL color Cylindrical-coordinate representation of color #FA167C: hue angle of 333.16º 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 #FA167C is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 124 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.02 |
| HSL | 333.16º | 0.96% | 0.53% | - |
| HSV(B) | 333.16º | 0.91% | 0.98% | - |
| XYZ | 43.35 | 22.35 | 21.1 | - |
| YUV | 101.8 | 140.54 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 124 | 0 | 0.91 | 0.50 | 0.02 | 333.16 | 0.96 | 0.53 |
| Hex | FA | 16 | 7C | 0 | 5B | 32 | 2 | 14D | 60 | 35 |
| Octal | 372 | 26 | 174 | 0 | 133 | 62 | 2 | 515 | 140 | 65 |
| Binary | 11111010 | 10110 | 1111100 | 0 | 1011011 | 110010 | 10 | 101001101 | 1100000 | 110101 |
Color Harmonies of #FA167C
Complementary color
Monochromatic Colors of #FA167C
Black with #FA167C
Text Example
Text Example
White with #FA167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA167C; }
p { color: rgb(250,22,124); }
H1.HeaderClassName
{
color: #FA167C;
}
.AnyTagClassName
{
color: #FA167C;
}
</style>
background-color css
<style>
a { background-color: #FA167C; }
a { background-color: rgb(250,22,124); }
div.DivClassName
{
background-color: #FA167C;
}
.BgClassName
{
background-color: #FA167C;
}
</style>
border-color css
<style>
span { border-color: #FA167C; }
span { border-color: rgb(250,22,124); }
td.TdClassName
{
border-color: #FA167C;
}
.TagClassName
{
border-color: #FA167C;
}
</style>