Shades of Hot Pink #FA5FB0
Tints of Hot Pink #FA5FB0
RGB
CMYK
RGB Variations
Color information
#FA5FB0 (or 0xFA5FB0) is known color: Hot Pink. HEX triplet: FA, 5F and B0. RGB value is (250,95,176). Sum of RGB (Red+Green+Blue) = 250+95+176=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 176 (69.14% from 255 or 33.78% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5FB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5FB0 is #05A04F. Grayscale: #969696. Windows color (decimal): -368720 or 11558906. OLE color: 11558906.
HSL color Cylindrical-coordinate representation of color #FA5FB0: hue angle of 328.65º 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 #FA5FB0 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 95 | 176 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.02 |
| HSL | 328.65º | 0.94% | 0.68% | - |
| HSV(B) | 328.65º | 0.62% | 0.98% | - |
| XYZ | 51.35 | 31.64 | 44.48 | - |
| YUV | 150.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 95 | 176 | 0 | 0.62 | 0.30 | 0.02 | 328.65 | 0.94 | 0.68 |
| Hex | FA | 5F | B0 | 0 | 3E | 1E | 2 | 149 | 5E | 44 |
| Octal | 372 | 137 | 260 | 0 | 76 | 36 | 2 | 511 | 136 | 104 |
| Binary | 11111010 | 1011111 | 10110000 | 0 | 111110 | 11110 | 10 | 101001001 | 1011110 | 1000100 |
Color Harmonies of #FA5FB0
Complementary color
Monochromatic Colors of #FA5FB0
Black with #FA5FB0
Text Example
Text Example
White with #FA5FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5FB0; }
p { color: rgb(250,95,176); }
H1.HeaderClassName
{
color: #FA5FB0;
}
.AnyTagClassName
{
color: #FA5FB0;
}
</style>
background-color css
<style>
a { background-color: #FA5FB0; }
a { background-color: rgb(250,95,176); }
div.DivClassName
{
background-color: #FA5FB0;
}
.BgClassName
{
background-color: #FA5FB0;
}
</style>
border-color css
<style>
span { border-color: #FA5FB0; }
span { border-color: rgb(250,95,176); }
td.TdClassName
{
border-color: #FA5FB0;
}
.TagClassName
{
border-color: #FA5FB0;
}
</style>