Shades of Hot Pink #FA52BD
Tints of Hot Pink #FA52BD
RGB
CMYK
RGB Variations
Color information
#FA52BD (or 0xFA52BD) is known color: Hot Pink. HEX triplet: FA, 52 and BD. RGB value is (250,82,189). Sum of RGB (Red+Green+Blue) = 250+82+189=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 82 (32.42% from 255 or 15.74% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA52BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA52BD is #05AD42. Grayscale: #909090. Windows color (decimal): -372035 or 12407546. OLE color: 12407546.
HSL color Cylindrical-coordinate representation of color #FA52BD: hue angle of 321.79º 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 #FA52BD is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 82 | 189 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.02 |
| HSL | 321.79º | 0.94% | 0.65% | - |
| HSV(B) | 321.79º | 0.67% | 0.98% | - |
| XYZ | 51.63 | 30.03 | 51.22 | - |
| YUV | 144.43 | 153.16 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 82 | 189 | 0 | 0.67 | 0.24 | 0.02 | 321.79 | 0.94 | 0.65 |
| Hex | FA | 52 | BD | 0 | 43 | 18 | 2 | 142 | 5E | 41 |
| Octal | 372 | 122 | 275 | 0 | 103 | 30 | 2 | 502 | 136 | 101 |
| Binary | 11111010 | 1010010 | 10111101 | 0 | 1000011 | 11000 | 10 | 101000010 | 1011110 | 1000001 |
Color Harmonies of #FA52BD
Complementary color
Monochromatic Colors of #FA52BD
Black with #FA52BD
Text Example
Text Example
White with #FA52BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA52BD; }
p { color: rgb(250,82,189); }
H1.HeaderClassName
{
color: #FA52BD;
}
.AnyTagClassName
{
color: #FA52BD;
}
</style>
background-color css
<style>
a { background-color: #FA52BD; }
a { background-color: rgb(250,82,189); }
div.DivClassName
{
background-color: #FA52BD;
}
.BgClassName
{
background-color: #FA52BD;
}
</style>
border-color css
<style>
span { border-color: #FA52BD; }
span { border-color: rgb(250,82,189); }
td.TdClassName
{
border-color: #FA52BD;
}
.TagClassName
{
border-color: #FA52BD;
}
</style>