Shades of Hot Pink #FA5ABA
Tints of Hot Pink #FA5ABA
RGB
CMYK
RGB Variations
Color information
#FA5ABA (or 0xFA5ABA) is known color: Hot Pink. HEX triplet: FA, 5A and BA. RGB value is (250,90,186). Sum of RGB (Red+Green+Blue) = 250+90+186=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5ABA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5ABA is #05A545. Grayscale: #949494. Windows color (decimal): -369990 or 12212986. OLE color: 12212986.
HSL color Cylindrical-coordinate representation of color #FA5ABA: hue angle of 324º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5ABA is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 90 | 186 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.02 |
| HSL | 324º | 0.94% | 0.67% | - |
| HSV(B) | 324º | 0.64% | 0.98% | - |
| XYZ | 51.94 | 31.18 | 49.74 | - |
| YUV | 148.78 | 149.01 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 90 | 186 | 0 | 0.64 | 0.26 | 0.02 | 324 | 0.94 | 0.67 |
| Hex | FA | 5A | BA | 0 | 40 | 1A | 2 | 144 | 5E | 43 |
| Octal | 372 | 132 | 272 | 0 | 100 | 32 | 2 | 504 | 136 | 103 |
| Binary | 11111010 | 1011010 | 10111010 | 0 | 1000000 | 11010 | 10 | 101000100 | 1011110 | 1000011 |
Color Harmonies of #FA5ABA
Complementary color
Monochromatic Colors of #FA5ABA
Black with #FA5ABA
Text Example
Text Example
White with #FA5ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5ABA; }
p { color: rgb(250,90,186); }
H1.HeaderClassName
{
color: #FA5ABA;
}
.AnyTagClassName
{
color: #FA5ABA;
}
</style>
background-color css
<style>
a { background-color: #FA5ABA; }
a { background-color: rgb(250,90,186); }
div.DivClassName
{
background-color: #FA5ABA;
}
.BgClassName
{
background-color: #FA5ABA;
}
</style>
border-color css
<style>
span { border-color: #FA5ABA; }
span { border-color: rgb(250,90,186); }
td.TdClassName
{
border-color: #FA5ABA;
}
.TagClassName
{
border-color: #FA5ABA;
}
</style>