Shades of Hot Pink #FA5DB5
Tints of Hot Pink #FA5DB5
RGB
CMYK
RGB Variations
Color information
#FA5DB5 (or 0xFA5DB5) is known color: Hot Pink. HEX triplet: FA, 5D and B5. RGB value is (250,93,181). Sum of RGB (Red+Green+Blue) = 250+93+181=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DB5 is #05A24A. Grayscale: #959595. Windows color (decimal): -369227 or 11886074. OLE color: 11886074.
HSL color Cylindrical-coordinate representation of color #FA5DB5: hue angle of 326.37º 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 #FA5DB5 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 181 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.02 |
| HSL | 326.37º | 0.94% | 0.67% | - |
| HSV(B) | 326.37º | 0.63% | 0.98% | - |
| XYZ | 51.68 | 31.49 | 47.07 | - |
| YUV | 149.98 | 145.51 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 181 | 0 | 0.63 | 0.28 | 0.02 | 326.37 | 0.94 | 0.67 |
| Hex | FA | 5D | B5 | 0 | 3F | 1C | 2 | 146 | 5E | 43 |
| Octal | 372 | 135 | 265 | 0 | 77 | 34 | 2 | 506 | 136 | 103 |
| Binary | 11111010 | 1011101 | 10110101 | 0 | 111111 | 11100 | 10 | 101000110 | 1011110 | 1000011 |
Color Harmonies of #FA5DB5
Complementary color
Monochromatic Colors of #FA5DB5
Black with #FA5DB5
Text Example
Text Example
White with #FA5DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5DB5; }
p { color: rgb(250,93,181); }
H1.HeaderClassName
{
color: #FA5DB5;
}
.AnyTagClassName
{
color: #FA5DB5;
}
</style>
background-color css
<style>
a { background-color: #FA5DB5; }
a { background-color: rgb(250,93,181); }
div.DivClassName
{
background-color: #FA5DB5;
}
.BgClassName
{
background-color: #FA5DB5;
}
</style>
border-color css
<style>
span { border-color: #FA5DB5; }
span { border-color: rgb(250,93,181); }
td.TdClassName
{
border-color: #FA5DB5;
}
.TagClassName
{
border-color: #FA5DB5;
}
</style>