Shades of Hot Pink #FA59BF
Tints of Hot Pink #FA59BF
RGB
CMYK
RGB Variations
Color information
#FA59BF (or 0xFA59BF) is known color: Hot Pink. HEX triplet: FA, 59 and BF. RGB value is (250,89,191). Sum of RGB (Red+Green+Blue) = 250+89+191=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 89 (35.16% from 255 or 16.79% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA59BF is #05A640. Grayscale: #949494. Windows color (decimal): -370241 or 12540410. OLE color: 12540410.
HSL color Cylindrical-coordinate representation of color #FA59BF: hue angle of 321.99º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA59BF is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 191 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.02 |
| HSL | 321.99º | 0.94% | 0.66% | - |
| HSV(B) | 321.99º | 0.64% | 0.98% | - |
| XYZ | 52.4 | 31.23 | 52.56 | - |
| YUV | 148.77 | 151.84 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 191 | 0 | 0.64 | 0.24 | 0.02 | 321.99 | 0.94 | 0.66 |
| Hex | FA | 59 | BF | 0 | 40 | 18 | 2 | 142 | 5E | 42 |
| Octal | 372 | 131 | 277 | 0 | 100 | 30 | 2 | 502 | 136 | 102 |
| Binary | 11111010 | 1011001 | 10111111 | 0 | 1000000 | 11000 | 10 | 101000010 | 1011110 | 1000010 |
Color Harmonies of #FA59BF
Complementary color
Monochromatic Colors of #FA59BF
Black with #FA59BF
Text Example
Text Example
White with #FA59BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA59BF; }
p { color: rgb(250,89,191); }
H1.HeaderClassName
{
color: #FA59BF;
}
.AnyTagClassName
{
color: #FA59BF;
}
</style>
background-color css
<style>
a { background-color: #FA59BF; }
a { background-color: rgb(250,89,191); }
div.DivClassName
{
background-color: #FA59BF;
}
.BgClassName
{
background-color: #FA59BF;
}
</style>
border-color css
<style>
span { border-color: #FA59BF; }
span { border-color: rgb(250,89,191); }
td.TdClassName
{
border-color: #FA59BF;
}
.TagClassName
{
border-color: #FA59BF;
}
</style>