Shades of Hot Pink #FA5DB0
Tints of Hot Pink #FA5DB0
RGB
CMYK
RGB Variations
Color information
#FA5DB0 (or 0xFA5DB0) is known color: Hot Pink. HEX triplet: FA, 5D and B0. RGB value is (250,93,176). Sum of RGB (Red+Green+Blue) = 250+93+176=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 93 (36.72% from 255 or 17.92% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA5DB0 is #05A24F. Grayscale: #959595. Windows color (decimal): -369232 or 11558394. OLE color: 11558394.
HSL color Cylindrical-coordinate representation of color #FA5DB0: hue angle of 328.28º 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 #FA5DB0 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 176 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.02 |
| HSL | 328.28º | 0.94% | 0.67% | - |
| HSV(B) | 328.28º | 0.63% | 0.98% | - |
| XYZ | 51.18 | 31.29 | 44.42 | - |
| YUV | 149.41 | 143.01 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 176 | 0 | 0.63 | 0.30 | 0.02 | 328.28 | 0.94 | 0.67 |
| Hex | FA | 5D | B0 | 0 | 3F | 1E | 2 | 148 | 5E | 43 |
| Octal | 372 | 135 | 260 | 0 | 77 | 36 | 2 | 510 | 136 | 103 |
| Binary | 11111010 | 1011101 | 10110000 | 0 | 111111 | 11110 | 10 | 101001000 | 1011110 | 1000011 |
Color Harmonies of #FA5DB0
Complementary color
Monochromatic Colors of #FA5DB0
Black with #FA5DB0
Text Example
Text Example
White with #FA5DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5DB0; }
p { color: rgb(250,93,176); }
H1.HeaderClassName
{
color: #FA5DB0;
}
.AnyTagClassName
{
color: #FA5DB0;
}
</style>
background-color css
<style>
a { background-color: #FA5DB0; }
a { background-color: rgb(250,93,176); }
div.DivClassName
{
background-color: #FA5DB0;
}
.BgClassName
{
background-color: #FA5DB0;
}
</style>
border-color css
<style>
span { border-color: #FA5DB0; }
span { border-color: rgb(250,93,176); }
td.TdClassName
{
border-color: #FA5DB0;
}
.TagClassName
{
border-color: #FA5DB0;
}
</style>