Shades of Hot Pink #FA57BD
Tints of Hot Pink #FA57BD
RGB
CMYK
RGB Variations
Color information
#FA57BD (or 0xFA57BD) is known color: Hot Pink. HEX triplet: FA, 57 and BD. RGB value is (250,87,189). Sum of RGB (Red+Green+Blue) = 250+87+189=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 87 (34.38% from 255 or 16.54% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA57BD is #05A842. Grayscale: #939393. Windows color (decimal): -370755 or 12408826. OLE color: 12408826.
HSL color Cylindrical-coordinate representation of color #FA57BD: hue angle of 322.45º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA57BD is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 87 | 189 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.02 |
| HSL | 322.45º | 0.94% | 0.66% | - |
| HSV(B) | 322.45º | 0.65% | 0.98% | - |
| XYZ | 52.02 | 30.81 | 51.35 | - |
| YUV | 147.37 | 151.5 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 87 | 189 | 0 | 0.65 | 0.24 | 0.02 | 322.45 | 0.94 | 0.66 |
| Hex | FA | 57 | BD | 0 | 41 | 18 | 2 | 142 | 5E | 42 |
| Octal | 372 | 127 | 275 | 0 | 101 | 30 | 2 | 502 | 136 | 102 |
| Binary | 11111010 | 1010111 | 10111101 | 0 | 1000001 | 11000 | 10 | 101000010 | 1011110 | 1000010 |
Color Harmonies of #FA57BD
Complementary color
Monochromatic Colors of #FA57BD
Black with #FA57BD
Text Example
Text Example
White with #FA57BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA57BD; }
p { color: rgb(250,87,189); }
H1.HeaderClassName
{
color: #FA57BD;
}
.AnyTagClassName
{
color: #FA57BD;
}
</style>
background-color css
<style>
a { background-color: #FA57BD; }
a { background-color: rgb(250,87,189); }
div.DivClassName
{
background-color: #FA57BD;
}
.BgClassName
{
background-color: #FA57BD;
}
</style>
border-color css
<style>
span { border-color: #FA57BD; }
span { border-color: rgb(250,87,189); }
td.TdClassName
{
border-color: #FA57BD;
}
.TagClassName
{
border-color: #FA57BD;
}
</style>