Shades of Hot Pink #FA61BA
Tints of Hot Pink #FA61BA
RGB
CMYK
RGB Variations
Color information
#FA61BA (or 0xFA61BA) is known color: Hot Pink. HEX triplet: FA, 61 and BA. RGB value is (250,97,186). Sum of RGB (Red+Green+Blue) = 250+97+186=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 97 (38.28% from 255 or 18.20% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA61BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA61BA is #059E45. Grayscale: #989898. Windows color (decimal): -368198 or 12214778. OLE color: 12214778.
HSL color Cylindrical-coordinate representation of color #FA61BA: hue angle of 325.1º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FA61BA is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 97 | 186 | - |
| CMYK | 0 | 0.61 | 0.26 | 0.02 |
| HSL | 325.1º | 0.94% | 0.68% | - |
| HSV(B) | 325.1º | 0.61% | 0.98% | - |
| XYZ | 52.56 | 32.42 | 49.94 | - |
| YUV | 152.89 | 146.69 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 97 | 186 | 0 | 0.61 | 0.26 | 0.02 | 325.1 | 0.94 | 0.68 |
| Hex | FA | 61 | BA | 0 | 3D | 1A | 2 | 145 | 5E | 44 |
| Octal | 372 | 141 | 272 | 0 | 75 | 32 | 2 | 505 | 136 | 104 |
| Binary | 11111010 | 1100001 | 10111010 | 0 | 111101 | 11010 | 10 | 101000101 | 1011110 | 1000100 |
Color Harmonies of #FA61BA
Complementary color
Monochromatic Colors of #FA61BA
Black with #FA61BA
Text Example
Text Example
White with #FA61BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA61BA; }
p { color: rgb(250,97,186); }
H1.HeaderClassName
{
color: #FA61BA;
}
.AnyTagClassName
{
color: #FA61BA;
}
</style>
background-color css
<style>
a { background-color: #FA61BA; }
a { background-color: rgb(250,97,186); }
div.DivClassName
{
background-color: #FA61BA;
}
.BgClassName
{
background-color: #FA61BA;
}
</style>
border-color css
<style>
span { border-color: #FA61BA; }
span { border-color: rgb(250,97,186); }
td.TdClassName
{
border-color: #FA61BA;
}
.TagClassName
{
border-color: #FA61BA;
}
</style>