Shades of Hot Pink #FA55B9
Tints of Hot Pink #FA55B9
RGB
CMYK
RGB Variations
Color information
#FA55B9 (or 0xFA55B9) is known color: Hot Pink. HEX triplet: FA, 55 and B9. RGB value is (250,85,185). Sum of RGB (Red+Green+Blue) = 250+85+185=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA55B9 is #05AA46. Grayscale: #919191. Windows color (decimal): -371271 or 12146170. OLE color: 12146170.
HSL color Cylindrical-coordinate representation of color #FA55B9: hue angle of 323.64º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA55B9 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 185 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.02 |
| HSL | 323.64º | 0.94% | 0.66% | - |
| HSV(B) | 323.64º | 0.66% | 0.98% | - |
| XYZ | 51.43 | 30.32 | 49.04 | - |
| YUV | 145.74 | 150.16 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 185 | 0 | 0.66 | 0.26 | 0.02 | 323.64 | 0.94 | 0.66 |
| Hex | FA | 55 | B9 | 0 | 42 | 1A | 2 | 144 | 5E | 42 |
| Octal | 372 | 125 | 271 | 0 | 102 | 32 | 2 | 504 | 136 | 102 |
| Binary | 11111010 | 1010101 | 10111001 | 0 | 1000010 | 11010 | 10 | 101000100 | 1011110 | 1000010 |
Color Harmonies of #FA55B9
Complementary color
Monochromatic Colors of #FA55B9
Black with #FA55B9
Text Example
Text Example
White with #FA55B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA55B9; }
p { color: rgb(250,85,185); }
H1.HeaderClassName
{
color: #FA55B9;
}
.AnyTagClassName
{
color: #FA55B9;
}
</style>
background-color css
<style>
a { background-color: #FA55B9; }
a { background-color: rgb(250,85,185); }
div.DivClassName
{
background-color: #FA55B9;
}
.BgClassName
{
background-color: #FA55B9;
}
</style>
border-color css
<style>
span { border-color: #FA55B9; }
span { border-color: rgb(250,85,185); }
td.TdClassName
{
border-color: #FA55B9;
}
.TagClassName
{
border-color: #FA55B9;
}
</style>