Shades of Hot Pink #FA52BC
Tints of Hot Pink #FA52BC
RGB
CMYK
RGB Variations
Color information
#FA52BC (or 0xFA52BC) is known color: Hot Pink. HEX triplet: FA, 52 and BC. RGB value is (250,82,188). Sum of RGB (Red+Green+Blue) = 250+82+188=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 82 (32.42% from 255 or 15.77% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA52BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA52BC is #05AD43. Grayscale: #909090. Windows color (decimal): -372036 or 12342010. OLE color: 12342010.
HSL color Cylindrical-coordinate representation of color #FA52BC: hue angle of 322.14º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FA52BC is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 82 | 188 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.02 |
| HSL | 322.14º | 0.94% | 0.65% | - |
| HSV(B) | 322.14º | 0.67% | 0.98% | - |
| XYZ | 51.52 | 29.99 | 50.65 | - |
| YUV | 144.32 | 152.66 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 188 | 0 | 0.67 | 0.25 | 0.02 | 322.14 | 0.94 | 0.65 |
| Hex | FA | 52 | BC | 0 | 43 | 19 | 2 | 142 | 5E | 41 |
| Octal | 372 | 122 | 274 | 0 | 103 | 31 | 2 | 502 | 136 | 101 |
| Binary | 11111010 | 1010010 | 10111100 | 0 | 1000011 | 11001 | 10 | 101000010 | 1011110 | 1000001 |
Color Harmonies of #FA52BC
Complementary color
Monochromatic Colors of #FA52BC
Black with #FA52BC
Text Example
Text Example
White with #FA52BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA52BC; }
p { color: rgb(250,82,188); }
H1.HeaderClassName
{
color: #FA52BC;
}
.AnyTagClassName
{
color: #FA52BC;
}
</style>
background-color css
<style>
a { background-color: #FA52BC; }
a { background-color: rgb(250,82,188); }
div.DivClassName
{
background-color: #FA52BC;
}
.BgClassName
{
background-color: #FA52BC;
}
</style>
border-color css
<style>
span { border-color: #FA52BC; }
span { border-color: rgb(250,82,188); }
td.TdClassName
{
border-color: #FA52BC;
}
.TagClassName
{
border-color: #FA52BC;
}
</style>