Shades of Deep Pink #FA167E
Tints of Deep Pink #FA167E
RGB
CMYK
RGB Variations
Color information
#FA167E (or 0xFA167E) is known color: Deep Pink. HEX triplet: FA, 16 and 7E. RGB value is (250,22,126). Sum of RGB (Red+Green+Blue) = 250+22+126=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 22 (8.98% from 255 or 5.53% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA167E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA167E is #05E981. Grayscale: #656565. Windows color (decimal): -387458 or 8263418. OLE color: 8263418.
HSL color Cylindrical-coordinate representation of color #FA167E: hue angle of 332.63º 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 #FA167E is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 22 | 126 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.02 |
| HSL | 332.63º | 0.96% | 0.53% | - |
| HSV(B) | 332.63º | 0.91% | 0.98% | - |
| XYZ | 43.48 | 22.4 | 21.77 | - |
| YUV | 102.03 | 141.54 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 22 | 126 | 0 | 0.91 | 0.50 | 0.02 | 332.63 | 0.96 | 0.53 |
| Hex | FA | 16 | 7E | 0 | 5B | 32 | 2 | 14D | 60 | 35 |
| Octal | 372 | 26 | 176 | 0 | 133 | 62 | 2 | 515 | 140 | 65 |
| Binary | 11111010 | 10110 | 1111110 | 0 | 1011011 | 110010 | 10 | 101001101 | 1100000 | 110101 |
Color Harmonies of #FA167E
Complementary color
Monochromatic Colors of #FA167E
Black with #FA167E
Text Example
Text Example
White with #FA167E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA167E; }
p { color: rgb(250,22,126); }
H1.HeaderClassName
{
color: #FA167E;
}
.AnyTagClassName
{
color: #FA167E;
}
</style>
background-color css
<style>
a { background-color: #FA167E; }
a { background-color: rgb(250,22,126); }
div.DivClassName
{
background-color: #FA167E;
}
.BgClassName
{
background-color: #FA167E;
}
</style>
border-color css
<style>
span { border-color: #FA167E; }
span { border-color: rgb(250,22,126); }
td.TdClassName
{
border-color: #FA167E;
}
.TagClassName
{
border-color: #FA167E;
}
</style>