Shades of Hot Pink #FA57B7
Tints of Hot Pink #FA57B7
RGB
CMYK
RGB Variations
Color information
#FA57B7 (or 0xFA57B7) is known color: Hot Pink. HEX triplet: FA, 57 and B7. RGB value is (250,87,183). Sum of RGB (Red+Green+Blue) = 250+87+183=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 87 (34.38% from 255 or 16.73% from 520); Blue value is 183 (71.88% from 255 or 35.19% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA57B7 is #05A848. Grayscale: #929292. Windows color (decimal): -370761 or 12015610. OLE color: 12015610.
HSL color Cylindrical-coordinate representation of color #FA57B7: hue angle of 324.66º 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 #FA57B7 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 87 | 183 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.02 |
| HSL | 324.66º | 0.94% | 0.66% | - |
| HSV(B) | 324.66º | 0.65% | 0.98% | - |
| XYZ | 51.38 | 30.56 | 47.99 | - |
| YUV | 146.68 | 148.5 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 87 | 183 | 0 | 0.65 | 0.27 | 0.02 | 324.66 | 0.94 | 0.66 |
| Hex | FA | 57 | B7 | 0 | 41 | 1B | 2 | 145 | 5E | 42 |
| Octal | 372 | 127 | 267 | 0 | 101 | 33 | 2 | 505 | 136 | 102 |
| Binary | 11111010 | 1010111 | 10110111 | 0 | 1000001 | 11011 | 10 | 101000101 | 1011110 | 1000010 |
Color Harmonies of #FA57B7
Complementary color
Monochromatic Colors of #FA57B7
Black with #FA57B7
Text Example
Text Example
White with #FA57B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA57B7; }
p { color: rgb(250,87,183); }
H1.HeaderClassName
{
color: #FA57B7;
}
.AnyTagClassName
{
color: #FA57B7;
}
</style>
background-color css
<style>
a { background-color: #FA57B7; }
a { background-color: rgb(250,87,183); }
div.DivClassName
{
background-color: #FA57B7;
}
.BgClassName
{
background-color: #FA57B7;
}
</style>
border-color css
<style>
span { border-color: #FA57B7; }
span { border-color: rgb(250,87,183); }
td.TdClassName
{
border-color: #FA57B7;
}
.TagClassName
{
border-color: #FA57B7;
}
</style>