Shades of Hot Pink #FA6DB9
Tints of Hot Pink #FA6DB9
RGB
CMYK
RGB Variations
Color information
#FA6DB9 (or 0xFA6DB9) is known color: Hot Pink. HEX triplet: FA, 6D and B9. RGB value is (250,109,185). Sum of RGB (Red+Green+Blue) = 250+109+185=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6DB9 is #059246. Grayscale: #9F9F9F. Windows color (decimal): -365127 or 12152314. OLE color: 12152314.
HSL color Cylindrical-coordinate representation of color #FA6DB9: hue angle of 327.66º 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 #FA6DB9 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 185 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.02 |
| HSL | 327.66º | 0.93% | 0.7% | - |
| HSV(B) | 327.66º | 0.56% | 0.98% | - |
| XYZ | 53.65 | 34.76 | 49.78 | - |
| YUV | 159.82 | 142.21 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 185 | 0 | 0.56 | 0.26 | 0.02 | 327.66 | 0.93 | 0.7 |
| Hex | FA | 6D | B9 | 0 | 38 | 1A | 2 | 148 | 5D | 46 |
| Octal | 372 | 155 | 271 | 0 | 70 | 32 | 2 | 510 | 135 | 106 |
| Binary | 11111010 | 1101101 | 10111001 | 0 | 111000 | 11010 | 10 | 101001000 | 1011101 | 1000110 |
Color Harmonies of #FA6DB9
Complementary color
Monochromatic Colors of #FA6DB9
Black with #FA6DB9
Text Example
Text Example
White with #FA6DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6DB9; }
p { color: rgb(250,109,185); }
H1.HeaderClassName
{
color: #FA6DB9;
}
.AnyTagClassName
{
color: #FA6DB9;
}
</style>
background-color css
<style>
a { background-color: #FA6DB9; }
a { background-color: rgb(250,109,185); }
div.DivClassName
{
background-color: #FA6DB9;
}
.BgClassName
{
background-color: #FA6DB9;
}
</style>
border-color css
<style>
span { border-color: #FA6DB9; }
span { border-color: rgb(250,109,185); }
td.TdClassName
{
border-color: #FA6DB9;
}
.TagClassName
{
border-color: #FA6DB9;
}
</style>