Shades of Hot Pink #FA5DB2
Tints of Hot Pink #FA5DB2
RGB
CMYK
RGB Variations
Color information
#FA5DB2 (or 0xFA5DB2) is known color: Hot Pink. HEX triplet: FA, 5D and B2. RGB value is (250,93,178). Sum of RGB (Red+Green+Blue) = 250+93+178=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 93 (36.72% from 255 or 17.85% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5DB2 is #05A24D. Grayscale: #959595. Windows color (decimal): -369230 or 11689466. OLE color: 11689466.
HSL color Cylindrical-coordinate representation of color #FA5DB2: hue angle of 327.52º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5DB2 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 178 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.02 |
| HSL | 327.52º | 0.94% | 0.67% | - |
| HSV(B) | 327.52º | 0.63% | 0.98% | - |
| XYZ | 51.37 | 31.37 | 45.47 | - |
| YUV | 149.63 | 144.01 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 178 | 0 | 0.63 | 0.29 | 0.02 | 327.52 | 0.94 | 0.67 |
| Hex | FA | 5D | B2 | 0 | 3F | 1D | 2 | 148 | 5E | 43 |
| Octal | 372 | 135 | 262 | 0 | 77 | 35 | 2 | 510 | 136 | 103 |
| Binary | 11111010 | 1011101 | 10110010 | 0 | 111111 | 11101 | 10 | 101001000 | 1011110 | 1000011 |
Color Harmonies of #FA5DB2
Complementary color
Monochromatic Colors of #FA5DB2
Black with #FA5DB2
Text Example
Text Example
White with #FA5DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5DB2; }
p { color: rgb(250,93,178); }
H1.HeaderClassName
{
color: #FA5DB2;
}
.AnyTagClassName
{
color: #FA5DB2;
}
</style>
background-color css
<style>
a { background-color: #FA5DB2; }
a { background-color: rgb(250,93,178); }
div.DivClassName
{
background-color: #FA5DB2;
}
.BgClassName
{
background-color: #FA5DB2;
}
</style>
border-color css
<style>
span { border-color: #FA5DB2; }
span { border-color: rgb(250,93,178); }
td.TdClassName
{
border-color: #FA5DB2;
}
.TagClassName
{
border-color: #FA5DB2;
}
</style>