Shades of Hot Pink #FA60B2
Tints of Hot Pink #FA60B2
RGB
CMYK
RGB Variations
Color information
#FA60B2 (or 0xFA60B2) is known color: Hot Pink. HEX triplet: FA, 60 and B2. RGB value is (250,96,178). Sum of RGB (Red+Green+Blue) = 250+96+178=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 96 (37.89% from 255 or 18.32% from 524); Blue value is 178 (69.92% from 255 or 33.97% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA60B2 is #059F4D. Grayscale: #979797. Windows color (decimal): -368462 or 11690234. OLE color: 11690234.
HSL color Cylindrical-coordinate representation of color #FA60B2: hue angle of 328.05º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA60B2 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 178 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.02 |
| HSL | 328.05º | 0.94% | 0.68% | - |
| HSV(B) | 328.05º | 0.62% | 0.98% | - |
| XYZ | 51.64 | 31.9 | 45.56 | - |
| YUV | 151.39 | 143.02 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 178 | 0 | 0.62 | 0.29 | 0.02 | 328.05 | 0.94 | 0.68 |
| Hex | FA | 60 | B2 | 0 | 3E | 1D | 2 | 148 | 5E | 44 |
| Octal | 372 | 140 | 262 | 0 | 76 | 35 | 2 | 510 | 136 | 104 |
| Binary | 11111010 | 1100000 | 10110010 | 0 | 111110 | 11101 | 10 | 101001000 | 1011110 | 1000100 |
Color Harmonies of #FA60B2
Complementary color
Monochromatic Colors of #FA60B2
Black with #FA60B2
Text Example
Text Example
White with #FA60B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA60B2; }
p { color: rgb(250,96,178); }
H1.HeaderClassName
{
color: #FA60B2;
}
.AnyTagClassName
{
color: #FA60B2;
}
</style>
background-color css
<style>
a { background-color: #FA60B2; }
a { background-color: rgb(250,96,178); }
div.DivClassName
{
background-color: #FA60B2;
}
.BgClassName
{
background-color: #FA60B2;
}
</style>
border-color css
<style>
span { border-color: #FA60B2; }
span { border-color: rgb(250,96,178); }
td.TdClassName
{
border-color: #FA60B2;
}
.TagClassName
{
border-color: #FA60B2;
}
</style>