Shades of Hot Pink #FA6BA4
Tints of Hot Pink #FA6BA4
RGB
CMYK
RGB Variations
Color information
#FA6BA4 (or 0xFA6BA4) is known color: Hot Pink. HEX triplet: FA, 6B and A4. RGB value is (250,107,164). Sum of RGB (Red+Green+Blue) = 250+107+164=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6BA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6BA4 is #05945B. Grayscale: #9C9C9C. Windows color (decimal): -365660 or 10775546. OLE color: 10775546.
HSL color Cylindrical-coordinate representation of color #FA6BA4: hue angle of 336.08º 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 #FA6BA4 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 164 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.02 |
| HSL | 336.08º | 0.93% | 0.7% | - |
| HSV(B) | 336.08º | 0.57% | 0.98% | - |
| XYZ | 51.38 | 33.52 | 38.88 | - |
| YUV | 156.26 | 132.38 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 164 | 0 | 0.57 | 0.34 | 0.02 | 336.08 | 0.93 | 0.7 |
| Hex | FA | 6B | A4 | 0 | 39 | 22 | 2 | 150 | 5D | 46 |
| Octal | 372 | 153 | 244 | 0 | 71 | 42 | 2 | 520 | 135 | 106 |
| Binary | 11111010 | 1101011 | 10100100 | 0 | 111001 | 100010 | 10 | 101010000 | 1011101 | 1000110 |
Color Harmonies of #FA6BA4
Complementary color
Monochromatic Colors of #FA6BA4
Black with #FA6BA4
Text Example
Text Example
White with #FA6BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6BA4; }
p { color: rgb(250,107,164); }
H1.HeaderClassName
{
color: #FA6BA4;
}
.AnyTagClassName
{
color: #FA6BA4;
}
</style>
background-color css
<style>
a { background-color: #FA6BA4; }
a { background-color: rgb(250,107,164); }
div.DivClassName
{
background-color: #FA6BA4;
}
.BgClassName
{
background-color: #FA6BA4;
}
</style>
border-color css
<style>
span { border-color: #FA6BA4; }
span { border-color: rgb(250,107,164); }
td.TdClassName
{
border-color: #FA6BA4;
}
.TagClassName
{
border-color: #FA6BA4;
}
</style>