Shades of Hot Pink #FA60B5
Tints of Hot Pink #FA60B5
RGB
CMYK
RGB Variations
Color information
#FA60B5 (or 0xFA60B5) is known color: Hot Pink. HEX triplet: FA, 60 and B5. RGB value is (250,96,181). Sum of RGB (Red+Green+Blue) = 250+96+181=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FA60B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA60B5 is #059F4A. Grayscale: #979797. Windows color (decimal): -368459 or 11886842. OLE color: 11886842.
HSL color Cylindrical-coordinate representation of color #FA60B5: hue angle of 326.88º 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 #FA60B5 is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 96 | 181 | - |
| CMYK | 0 | 0.62 | 0.28 | 0.02 |
| HSL | 326.88º | 0.94% | 0.68% | - |
| HSV(B) | 326.88º | 0.62% | 0.98% | - |
| XYZ | 51.95 | 32.03 | 47.16 | - |
| YUV | 151.74 | 144.52 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 96 | 181 | 0 | 0.62 | 0.28 | 0.02 | 326.88 | 0.94 | 0.68 |
| Hex | FA | 60 | B5 | 0 | 3E | 1C | 2 | 147 | 5E | 44 |
| Octal | 372 | 140 | 265 | 0 | 76 | 34 | 2 | 507 | 136 | 104 |
| Binary | 11111010 | 1100000 | 10110101 | 0 | 111110 | 11100 | 10 | 101000111 | 1011110 | 1000100 |
Color Harmonies of #FA60B5
Complementary color
Monochromatic Colors of #FA60B5
Black with #FA60B5
Text Example
Text Example
White with #FA60B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA60B5; }
p { color: rgb(250,96,181); }
H1.HeaderClassName
{
color: #FA60B5;
}
.AnyTagClassName
{
color: #FA60B5;
}
</style>
background-color css
<style>
a { background-color: #FA60B5; }
a { background-color: rgb(250,96,181); }
div.DivClassName
{
background-color: #FA60B5;
}
.BgClassName
{
background-color: #FA60B5;
}
</style>
border-color css
<style>
span { border-color: #FA60B5; }
span { border-color: rgb(250,96,181); }
td.TdClassName
{
border-color: #FA60B5;
}
.TagClassName
{
border-color: #FA60B5;
}
</style>