Shades of Hot Pink #FA6AB8
Tints of Hot Pink #FA6AB8
RGB
CMYK
RGB Variations
Color information
#FA6AB8 (or 0xFA6AB8) is known color: Hot Pink. HEX triplet: FA, 6A and B8. RGB value is (250,106,184). Sum of RGB (Red+Green+Blue) = 250+106+184=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 184 (72.27% from 255 or 34.07% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6AB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6AB8 is #059547. Grayscale: #9D9D9D. Windows color (decimal): -365896 or 12086010. OLE color: 12086010.
HSL color Cylindrical-coordinate representation of color #FA6AB8: hue angle of 327.5º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA6AB8 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 106 | 184 | - |
| CMYK | 0 | 0.58 | 0.26 | 0.02 |
| HSL | 327.5º | 0.94% | 0.7% | - |
| HSV(B) | 327.5º | 0.58% | 0.98% | - |
| XYZ | 53.23 | 34.09 | 49.12 | - |
| YUV | 157.95 | 142.71 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 106 | 184 | 0 | 0.58 | 0.26 | 0.02 | 327.5 | 0.94 | 0.7 |
| Hex | FA | 6A | B8 | 0 | 3A | 1A | 2 | 148 | 5E | 46 |
| Octal | 372 | 152 | 270 | 0 | 72 | 32 | 2 | 510 | 136 | 106 |
| Binary | 11111010 | 1101010 | 10111000 | 0 | 111010 | 11010 | 10 | 101001000 | 1011110 | 1000110 |
Color Harmonies of #FA6AB8
Complementary color
Monochromatic Colors of #FA6AB8
Black with #FA6AB8
Text Example
Text Example
White with #FA6AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6AB8; }
p { color: rgb(250,106,184); }
H1.HeaderClassName
{
color: #FA6AB8;
}
.AnyTagClassName
{
color: #FA6AB8;
}
</style>
background-color css
<style>
a { background-color: #FA6AB8; }
a { background-color: rgb(250,106,184); }
div.DivClassName
{
background-color: #FA6AB8;
}
.BgClassName
{
background-color: #FA6AB8;
}
</style>
border-color css
<style>
span { border-color: #FA6AB8; }
span { border-color: rgb(250,106,184); }
td.TdClassName
{
border-color: #FA6AB8;
}
.TagClassName
{
border-color: #FA6AB8;
}
</style>