Shades of Hot Pink #FA6DB2
Tints of Hot Pink #FA6DB2
RGB
CMYK
RGB Variations
Color information
#FA6DB2 (or 0xFA6DB2) is known color: Hot Pink. HEX triplet: FA, 6D and B2. RGB value is (250,109,178). Sum of RGB (Red+Green+Blue) = 250+109+178=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 178 (69.92% from 255 or 33.15% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6DB2 is #05924D. Grayscale: #9E9E9E. Windows color (decimal): -365134 or 11693562. OLE color: 11693562.
HSL color Cylindrical-coordinate representation of color #FA6DB2: hue angle of 330.64º 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 #FA6DB2 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 178 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.02 |
| HSL | 330.64º | 0.93% | 0.7% | - |
| HSV(B) | 330.64º | 0.56% | 0.98% | - |
| XYZ | 52.93 | 34.48 | 45.98 | - |
| YUV | 159.03 | 138.71 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 178 | 0 | 0.56 | 0.29 | 0.02 | 330.64 | 0.93 | 0.7 |
| Hex | FA | 6D | B2 | 0 | 38 | 1D | 2 | 14B | 5D | 46 |
| Octal | 372 | 155 | 262 | 0 | 70 | 35 | 2 | 513 | 135 | 106 |
| Binary | 11111010 | 1101101 | 10110010 | 0 | 111000 | 11101 | 10 | 101001011 | 1011101 | 1000110 |
Color Harmonies of #FA6DB2
Complementary color
Monochromatic Colors of #FA6DB2
Black with #FA6DB2
Text Example
Text Example
White with #FA6DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6DB2; }
p { color: rgb(250,109,178); }
H1.HeaderClassName
{
color: #FA6DB2;
}
.AnyTagClassName
{
color: #FA6DB2;
}
</style>
background-color css
<style>
a { background-color: #FA6DB2; }
a { background-color: rgb(250,109,178); }
div.DivClassName
{
background-color: #FA6DB2;
}
.BgClassName
{
background-color: #FA6DB2;
}
</style>
border-color css
<style>
span { border-color: #FA6DB2; }
span { border-color: rgb(250,109,178); }
td.TdClassName
{
border-color: #FA6DB2;
}
.TagClassName
{
border-color: #FA6DB2;
}
</style>