Shades of Hot Pink #FA59BD
Tints of Hot Pink #FA59BD
RGB
CMYK
RGB Variations
Color information
#FA59BD (or 0xFA59BD) is known color: Hot Pink. HEX triplet: FA, 59 and BD. RGB value is (250,89,189). Sum of RGB (Red+Green+Blue) = 250+89+189=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 89 (35.16% from 255 or 16.86% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FA59BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA59BD is #05A642. Grayscale: #949494. Windows color (decimal): -370243 or 12409338. OLE color: 12409338.
HSL color Cylindrical-coordinate representation of color #FA59BD: hue angle of 322.73º 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 #FA59BD is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 89 | 189 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.02 |
| HSL | 322.73º | 0.94% | 0.66% | - |
| HSV(B) | 322.73º | 0.64% | 0.98% | - |
| XYZ | 52.18 | 31.14 | 51.4 | - |
| YUV | 148.54 | 150.84 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 89 | 189 | 0 | 0.64 | 0.24 | 0.02 | 322.73 | 0.94 | 0.66 |
| Hex | FA | 59 | BD | 0 | 40 | 18 | 2 | 143 | 5E | 42 |
| Octal | 372 | 131 | 275 | 0 | 100 | 30 | 2 | 503 | 136 | 102 |
| Binary | 11111010 | 1011001 | 10111101 | 0 | 1000000 | 11000 | 10 | 101000011 | 1011110 | 1000010 |
Color Harmonies of #FA59BD
Complementary color
Monochromatic Colors of #FA59BD
Black with #FA59BD
Text Example
Text Example
White with #FA59BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA59BD; }
p { color: rgb(250,89,189); }
H1.HeaderClassName
{
color: #FA59BD;
}
.AnyTagClassName
{
color: #FA59BD;
}
</style>
background-color css
<style>
a { background-color: #FA59BD; }
a { background-color: rgb(250,89,189); }
div.DivClassName
{
background-color: #FA59BD;
}
.BgClassName
{
background-color: #FA59BD;
}
</style>
border-color css
<style>
span { border-color: #FA59BD; }
span { border-color: rgb(250,89,189); }
td.TdClassName
{
border-color: #FA59BD;
}
.TagClassName
{
border-color: #FA59BD;
}
</style>