Shades of Hit Pink #FA9E6D
Tints of Hit Pink #FA9E6D
RGB
CMYK
RGB Variations
Color information
#FA9E6D (or 0xFA9E6D) is known color: Hit Pink. HEX triplet: FA, 9E and 6D. RGB value is (250,158,109). Sum of RGB (Red+Green+Blue) = 250+158+109=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9E6D is #056192. Grayscale: #B4B4B4. Windows color (decimal): -352659 or 7184122. OLE color: 7184122.
HSL color Cylindrical-coordinate representation of color #FA9E6D: hue angle of 20.85º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA9E6D is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 109 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.02 |
| HSL | 20.85º | 0.93% | 0.7% | - |
| HSV(B) | 20.85º | 0.56% | 0.98% | - |
| XYZ | 54.41 | 45.88 | 20.46 | - |
| YUV | 179.92 | 87.98 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 109 | 0 | 0.37 | 0.56 | 0.02 | 20.85 | 0.93 | 0.7 |
| Hex | FA | 9E | 6D | 0 | 25 | 38 | 2 | 15 | 5D | 46 |
| Octal | 372 | 236 | 155 | 0 | 45 | 70 | 2 | 25 | 135 | 106 |
| Binary | 11111010 | 10011110 | 1101101 | 0 | 100101 | 111000 | 10 | 10101 | 1011101 | 1000110 |
Color Harmonies of #FA9E6D
Complementary color
Monochromatic Colors of #FA9E6D
Black with #FA9E6D
Text Example
Text Example
White with #FA9E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9E6D; }
p { color: rgb(250,158,109); }
H1.HeaderClassName
{
color: #FA9E6D;
}
.AnyTagClassName
{
color: #FA9E6D;
}
</style>
background-color css
<style>
a { background-color: #FA9E6D; }
a { background-color: rgb(250,158,109); }
div.DivClassName
{
background-color: #FA9E6D;
}
.BgClassName
{
background-color: #FA9E6D;
}
</style>
border-color css
<style>
span { border-color: #FA9E6D; }
span { border-color: rgb(250,158,109); }
td.TdClassName
{
border-color: #FA9E6D;
}
.TagClassName
{
border-color: #FA9E6D;
}
</style>