Shades of Hot Pink #FA6BA3
Tints of Hot Pink #FA6BA3
RGB
CMYK
RGB Variations
Color information
#FA6BA3 (or 0xFA6BA3) is known color: Hot Pink. HEX triplet: FA, 6B and A3. RGB value is (250,107,163). Sum of RGB (Red+Green+Blue) = 250+107+163=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BA3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6BA3 is #05945C. Grayscale: #9C9C9C. Windows color (decimal): -365661 or 10710010. OLE color: 10710010.
HSL color Cylindrical-coordinate representation of color #FA6BA3: hue angle of 336.5º 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 #FA6BA3 is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 163 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.02 |
| HSL | 336.5º | 0.93% | 0.7% | - |
| HSV(B) | 336.5º | 0.57% | 0.98% | - |
| XYZ | 51.29 | 33.48 | 38.41 | - |
| YUV | 156.14 | 131.88 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 163 | 0 | 0.57 | 0.35 | 0.02 | 336.5 | 0.93 | 0.7 |
| Hex | FA | 6B | A3 | 0 | 39 | 23 | 2 | 151 | 5D | 46 |
| Octal | 372 | 153 | 243 | 0 | 71 | 43 | 2 | 521 | 135 | 106 |
| Binary | 11111010 | 1101011 | 10100011 | 0 | 111001 | 100011 | 10 | 101010001 | 1011101 | 1000110 |
Color Harmonies of #FA6BA3
Complementary color
Monochromatic Colors of #FA6BA3
Black with #FA6BA3
Text Example
Text Example
White with #FA6BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6BA3; }
p { color: rgb(250,107,163); }
H1.HeaderClassName
{
color: #FA6BA3;
}
.AnyTagClassName
{
color: #FA6BA3;
}
</style>
background-color css
<style>
a { background-color: #FA6BA3; }
a { background-color: rgb(250,107,163); }
div.DivClassName
{
background-color: #FA6BA3;
}
.BgClassName
{
background-color: #FA6BA3;
}
</style>
border-color css
<style>
span { border-color: #FA6BA3; }
span { border-color: rgb(250,107,163); }
td.TdClassName
{
border-color: #FA6BA3;
}
.TagClassName
{
border-color: #FA6BA3;
}
</style>