Shades of Hot Pink #FA6CBA
Tints of Hot Pink #FA6CBA
RGB
CMYK
RGB Variations
Color information
#FA6CBA (or 0xFA6CBA) is known color: Hot Pink. HEX triplet: FA, 6C and BA. RGB value is (250,108,186). Sum of RGB (Red+Green+Blue) = 250+108+186=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA6CBA is #059345. Grayscale: #9F9F9F. Windows color (decimal): -365382 or 12217594. OLE color: 12217594.
HSL color Cylindrical-coordinate representation of color #FA6CBA: hue angle of 327.04º 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 #FA6CBA is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 108 | 186 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.02 |
| HSL | 327.04º | 0.93% | 0.7% | - |
| HSV(B) | 327.04º | 0.57% | 0.98% | - |
| XYZ | 53.65 | 34.59 | 50.3 | - |
| YUV | 159.35 | 143.04 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 108 | 186 | 0 | 0.57 | 0.26 | 0.02 | 327.04 | 0.93 | 0.7 |
| Hex | FA | 6C | BA | 0 | 39 | 1A | 2 | 147 | 5D | 46 |
| Octal | 372 | 154 | 272 | 0 | 71 | 32 | 2 | 507 | 135 | 106 |
| Binary | 11111010 | 1101100 | 10111010 | 0 | 111001 | 11010 | 10 | 101000111 | 1011101 | 1000110 |
Color Harmonies of #FA6CBA
Complementary color
Monochromatic Colors of #FA6CBA
Black with #FA6CBA
Text Example
Text Example
White with #FA6CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6CBA; }
p { color: rgb(250,108,186); }
H1.HeaderClassName
{
color: #FA6CBA;
}
.AnyTagClassName
{
color: #FA6CBA;
}
</style>
background-color css
<style>
a { background-color: #FA6CBA; }
a { background-color: rgb(250,108,186); }
div.DivClassName
{
background-color: #FA6CBA;
}
.BgClassName
{
background-color: #FA6CBA;
}
</style>
border-color css
<style>
span { border-color: #FA6CBA; }
span { border-color: rgb(250,108,186); }
td.TdClassName
{
border-color: #FA6CBA;
}
.TagClassName
{
border-color: #FA6CBA;
}
</style>