Shades of Hot Pink #FA6FAC
Tints of Hot Pink #FA6FAC
RGB
CMYK
RGB Variations
Color information
#FA6FAC (or 0xFA6FAC) is known color: Hot Pink. HEX triplet: FA, 6F and AC. RGB value is (250,111,172). Sum of RGB (Red+Green+Blue) = 250+111+172=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 111 (43.75% from 255 or 20.83% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6FAC is #059053. Grayscale: #9F9F9F. Windows color (decimal): -364628 or 11300858. OLE color: 11300858.
HSL color Cylindrical-coordinate representation of color #FA6FAC: hue angle of 333.67º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA6FAC is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 111 | 172 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.02 |
| HSL | 333.67º | 0.93% | 0.71% | - |
| HSV(B) | 333.67º | 0.56% | 0.98% | - |
| XYZ | 52.56 | 34.67 | 42.95 | - |
| YUV | 159.52 | 135.05 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 111 | 172 | 0 | 0.56 | 0.31 | 0.02 | 333.67 | 0.93 | 0.71 |
| Hex | FA | 6F | AC | 0 | 38 | 1F | 2 | 14E | 5D | 47 |
| Octal | 372 | 157 | 254 | 0 | 70 | 37 | 2 | 516 | 135 | 107 |
| Binary | 11111010 | 1101111 | 10101100 | 0 | 111000 | 11111 | 10 | 101001110 | 1011101 | 1000111 |
Color Harmonies of #FA6FAC
Complementary color
Monochromatic Colors of #FA6FAC
Black with #FA6FAC
Text Example
Text Example
White with #FA6FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6FAC; }
p { color: rgb(250,111,172); }
H1.HeaderClassName
{
color: #FA6FAC;
}
.AnyTagClassName
{
color: #FA6FAC;
}
</style>
background-color css
<style>
a { background-color: #FA6FAC; }
a { background-color: rgb(250,111,172); }
div.DivClassName
{
background-color: #FA6FAC;
}
.BgClassName
{
background-color: #FA6FAC;
}
</style>
border-color css
<style>
span { border-color: #FA6FAC; }
span { border-color: rgb(250,111,172); }
td.TdClassName
{
border-color: #FA6FAC;
}
.TagClassName
{
border-color: #FA6FAC;
}
</style>