Shades of Hot Pink #FA57B5
Tints of Hot Pink #FA57B5
RGB
CMYK
RGB Variations
Color information
#FA57B5 (or 0xFA57B5) is known color: Hot Pink. HEX triplet: FA, 57 and B5. RGB value is (250,87,181). Sum of RGB (Red+Green+Blue) = 250+87+181=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 87 (34.38% from 255 or 16.80% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA57B5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA57B5 is #05A84A. Grayscale: #929292. Windows color (decimal): -370763 or 11884538. OLE color: 11884538.
HSL color Cylindrical-coordinate representation of color #FA57B5: hue angle of 325.4º 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 #FA57B5 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 87 | 181 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.02 |
| HSL | 325.4º | 0.94% | 0.66% | - |
| HSV(B) | 325.4º | 0.65% | 0.98% | - |
| XYZ | 51.17 | 30.48 | 46.9 | - |
| YUV | 146.45 | 147.5 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 87 | 181 | 0 | 0.65 | 0.28 | 0.02 | 325.4 | 0.94 | 0.66 |
| Hex | FA | 57 | B5 | 0 | 41 | 1C | 2 | 145 | 5E | 42 |
| Octal | 372 | 127 | 265 | 0 | 101 | 34 | 2 | 505 | 136 | 102 |
| Binary | 11111010 | 1010111 | 10110101 | 0 | 1000001 | 11100 | 10 | 101000101 | 1011110 | 1000010 |
Color Harmonies of #FA57B5
Complementary color
Monochromatic Colors of #FA57B5
Black with #FA57B5
Text Example
Text Example
White with #FA57B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA57B5; }
p { color: rgb(250,87,181); }
H1.HeaderClassName
{
color: #FA57B5;
}
.AnyTagClassName
{
color: #FA57B5;
}
</style>
background-color css
<style>
a { background-color: #FA57B5; }
a { background-color: rgb(250,87,181); }
div.DivClassName
{
background-color: #FA57B5;
}
.BgClassName
{
background-color: #FA57B5;
}
</style>
border-color css
<style>
span { border-color: #FA57B5; }
span { border-color: rgb(250,87,181); }
td.TdClassName
{
border-color: #FA57B5;
}
.TagClassName
{
border-color: #FA57B5;
}
</style>