Shades of Hot Pink #FA5DB4
Tints of Hot Pink #FA5DB4
RGB
CMYK
RGB Variations
Color information
#FA5DB4 (or 0xFA5DB4) is known color: Hot Pink. HEX triplet: FA, 5D and B4. RGB value is (250,93,180). Sum of RGB (Red+Green+Blue) = 250+93+180=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA5DB4 is #05A24B. Grayscale: #959595. Windows color (decimal): -369228 or 11820538. OLE color: 11820538.
HSL color Cylindrical-coordinate representation of color #FA5DB4: hue angle of 326.75º 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 #FA5DB4 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 180 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.02 |
| HSL | 326.75º | 0.94% | 0.67% | - |
| HSV(B) | 326.75º | 0.63% | 0.98% | - |
| XYZ | 51.58 | 31.45 | 46.53 | - |
| YUV | 149.86 | 145.01 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 180 | 0 | 0.63 | 0.28 | 0.02 | 326.75 | 0.94 | 0.67 |
| Hex | FA | 5D | B4 | 0 | 3F | 1C | 2 | 147 | 5E | 43 |
| Octal | 372 | 135 | 264 | 0 | 77 | 34 | 2 | 507 | 136 | 103 |
| Binary | 11111010 | 1011101 | 10110100 | 0 | 111111 | 11100 | 10 | 101000111 | 1011110 | 1000011 |
Color Harmonies of #FA5DB4
Complementary color
Monochromatic Colors of #FA5DB4
Black with #FA5DB4
Text Example
Text Example
White with #FA5DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5DB4; }
p { color: rgb(250,93,180); }
H1.HeaderClassName
{
color: #FA5DB4;
}
.AnyTagClassName
{
color: #FA5DB4;
}
</style>
background-color css
<style>
a { background-color: #FA5DB4; }
a { background-color: rgb(250,93,180); }
div.DivClassName
{
background-color: #FA5DB4;
}
.BgClassName
{
background-color: #FA5DB4;
}
</style>
border-color css
<style>
span { border-color: #FA5DB4; }
span { border-color: rgb(250,93,180); }
td.TdClassName
{
border-color: #FA5DB4;
}
.TagClassName
{
border-color: #FA5DB4;
}
</style>