Shades of Hit Pink #FA9E6C
Tints of Hit Pink #FA9E6C
RGB
CMYK
RGB Variations
Color information
#FA9E6C (or 0xFA9E6C) is known color: Hit Pink. HEX triplet: FA, 9E and 6C. RGB value is (250,158,108). Sum of RGB (Red+Green+Blue) = 250+158+108=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9E6C is #056193. Grayscale: #B4B4B4. Windows color (decimal): -352660 or 7118586. OLE color: 7118586.
HSL color Cylindrical-coordinate representation of color #FA9E6C: hue angle of 21.13º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FA9E6C is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 158 | 108 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.02 |
| HSL | 21.13º | 0.93% | 0.7% | - |
| HSV(B) | 21.13º | 0.57% | 0.98% | - |
| XYZ | 54.36 | 45.86 | 20.17 | - |
| YUV | 179.81 | 87.48 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 158 | 108 | 0 | 0.37 | 0.57 | 0.02 | 21.13 | 0.93 | 0.7 |
| Hex | FA | 9E | 6C | 0 | 25 | 39 | 2 | 15 | 5D | 46 |
| Octal | 372 | 236 | 154 | 0 | 45 | 71 | 2 | 25 | 135 | 106 |
| Binary | 11111010 | 10011110 | 1101100 | 0 | 100101 | 111001 | 10 | 10101 | 1011101 | 1000110 |
Color Harmonies of #FA9E6C
Complementary color
Monochromatic Colors of #FA9E6C
Black with #FA9E6C
Text Example
Text Example
White with #FA9E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9E6C; }
p { color: rgb(250,158,108); }
H1.HeaderClassName
{
color: #FA9E6C;
}
.AnyTagClassName
{
color: #FA9E6C;
}
</style>
background-color css
<style>
a { background-color: #FA9E6C; }
a { background-color: rgb(250,158,108); }
div.DivClassName
{
background-color: #FA9E6C;
}
.BgClassName
{
background-color: #FA9E6C;
}
</style>
border-color css
<style>
span { border-color: #FA9E6C; }
span { border-color: rgb(250,158,108); }
td.TdClassName
{
border-color: #FA9E6C;
}
.TagClassName
{
border-color: #FA9E6C;
}
</style>