Shades of Hot Pink #FA63AA
Tints of Hot Pink #FA63AA
RGB
CMYK
RGB Variations
Color information
#FA63AA (or 0xFA63AA) is known color: Hot Pink. HEX triplet: FA, 63 and AA. RGB value is (250,99,170). Sum of RGB (Red+Green+Blue) = 250+99+170=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA63AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA63AA is #059C55. Grayscale: #989898. Windows color (decimal): -367702 or 11166714. OLE color: 11166714.
HSL color Cylindrical-coordinate representation of color #FA63AA: hue angle of 331.79º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA63AA is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 170 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.02 |
| HSL | 331.79º | 0.94% | 0.68% | - |
| HSV(B) | 331.79º | 0.6% | 0.98% | - |
| XYZ | 51.14 | 32.15 | 41.54 | - |
| YUV | 152.24 | 138.03 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 170 | 0 | 0.60 | 0.32 | 0.02 | 331.79 | 0.94 | 0.68 |
| Hex | FA | 63 | AA | 0 | 3C | 20 | 2 | 14C | 5E | 44 |
| Octal | 372 | 143 | 252 | 0 | 74 | 40 | 2 | 514 | 136 | 104 |
| Binary | 11111010 | 1100011 | 10101010 | 0 | 111100 | 100000 | 10 | 101001100 | 1011110 | 1000100 |
Color Harmonies of #FA63AA
Complementary color
Monochromatic Colors of #FA63AA
Black with #FA63AA
Text Example
Text Example
White with #FA63AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA63AA; }
p { color: rgb(250,99,170); }
H1.HeaderClassName
{
color: #FA63AA;
}
.AnyTagClassName
{
color: #FA63AA;
}
</style>
background-color css
<style>
a { background-color: #FA63AA; }
a { background-color: rgb(250,99,170); }
div.DivClassName
{
background-color: #FA63AA;
}
.BgClassName
{
background-color: #FA63AA;
}
</style>
border-color css
<style>
span { border-color: #FA63AA; }
span { border-color: rgb(250,99,170); }
td.TdClassName
{
border-color: #FA63AA;
}
.TagClassName
{
border-color: #FA63AA;
}
</style>