Shades of Hot Pink #FA6DAC
Tints of Hot Pink #FA6DAC
RGB
CMYK
RGB Variations
Color information
#FA6DAC (or 0xFA6DAC) is known color: Hot Pink. HEX triplet: FA, 6D and AC. RGB value is (250,109,172). Sum of RGB (Red+Green+Blue) = 250+109+172=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 109 (42.97% from 255 or 20.53% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6DAC is #059253. Grayscale: #9E9E9E. Windows color (decimal): -365140 or 11300346. OLE color: 11300346.
HSL color Cylindrical-coordinate representation of color #FA6DAC: hue angle of 333.19º 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 #FA6DAC is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 172 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.02 |
| HSL | 333.19º | 0.93% | 0.7% | - |
| HSV(B) | 333.19º | 0.56% | 0.98% | - |
| XYZ | 52.34 | 34.24 | 42.88 | - |
| YUV | 158.34 | 135.71 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 172 | 0 | 0.56 | 0.31 | 0.02 | 333.19 | 0.93 | 0.7 |
| Hex | FA | 6D | AC | 0 | 38 | 1F | 2 | 14D | 5D | 46 |
| Octal | 372 | 155 | 254 | 0 | 70 | 37 | 2 | 515 | 135 | 106 |
| Binary | 11111010 | 1101101 | 10101100 | 0 | 111000 | 11111 | 10 | 101001101 | 1011101 | 1000110 |
Color Harmonies of #FA6DAC
Complementary color
Monochromatic Colors of #FA6DAC
Black with #FA6DAC
Text Example
Text Example
White with #FA6DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6DAC; }
p { color: rgb(250,109,172); }
H1.HeaderClassName
{
color: #FA6DAC;
}
.AnyTagClassName
{
color: #FA6DAC;
}
</style>
background-color css
<style>
a { background-color: #FA6DAC; }
a { background-color: rgb(250,109,172); }
div.DivClassName
{
background-color: #FA6DAC;
}
.BgClassName
{
background-color: #FA6DAC;
}
</style>
border-color css
<style>
span { border-color: #FA6DAC; }
span { border-color: rgb(250,109,172); }
td.TdClassName
{
border-color: #FA6DAC;
}
.TagClassName
{
border-color: #FA6DAC;
}
</style>