Shades of Hot Pink #FA6BAB
Tints of Hot Pink #FA6BAB
RGB
CMYK
RGB Variations
Color information
#FA6BAB (or 0xFA6BAB) is known color: Hot Pink. HEX triplet: FA, 6B and AB. RGB value is (250,107,171). Sum of RGB (Red+Green+Blue) = 250+107+171=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6BAB is #059454. Grayscale: #9C9C9C. Windows color (decimal): -365653 or 11234298. OLE color: 11234298.
HSL color Cylindrical-coordinate representation of color #FA6BAB: hue angle of 333.15º 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 #FA6BAB is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 171 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.02 |
| HSL | 333.15º | 0.93% | 0.7% | - |
| HSV(B) | 333.15º | 0.57% | 0.98% | - |
| XYZ | 52.03 | 33.78 | 42.31 | - |
| YUV | 157.05 | 135.88 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 171 | 0 | 0.57 | 0.32 | 0.02 | 333.15 | 0.93 | 0.7 |
| Hex | FA | 6B | AB | 0 | 39 | 20 | 2 | 14D | 5D | 46 |
| Octal | 372 | 153 | 253 | 0 | 71 | 40 | 2 | 515 | 135 | 106 |
| Binary | 11111010 | 1101011 | 10101011 | 0 | 111001 | 100000 | 10 | 101001101 | 1011101 | 1000110 |
Color Harmonies of #FA6BAB
Complementary color
Monochromatic Colors of #FA6BAB
Black with #FA6BAB
Text Example
Text Example
White with #FA6BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6BAB; }
p { color: rgb(250,107,171); }
H1.HeaderClassName
{
color: #FA6BAB;
}
.AnyTagClassName
{
color: #FA6BAB;
}
</style>
background-color css
<style>
a { background-color: #FA6BAB; }
a { background-color: rgb(250,107,171); }
div.DivClassName
{
background-color: #FA6BAB;
}
.BgClassName
{
background-color: #FA6BAB;
}
</style>
border-color css
<style>
span { border-color: #FA6BAB; }
span { border-color: rgb(250,107,171); }
td.TdClassName
{
border-color: #FA6BAB;
}
.TagClassName
{
border-color: #FA6BAB;
}
</style>