Shades of Hot Pink #FA54BB
Tints of Hot Pink #FA54BB
RGB
CMYK
RGB Variations
Color information
#FA54BB (or 0xFA54BB) is known color: Hot Pink. HEX triplet: FA, 54 and BB. RGB value is (250,84,187). Sum of RGB (Red+Green+Blue) = 250+84+187=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 84 (33.20% from 255 or 16.12% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FA54BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA54BB is #05AB44. Grayscale: #919191. Windows color (decimal): -371525 or 12276986. OLE color: 12276986.
HSL color Cylindrical-coordinate representation of color #FA54BB: hue angle of 322.77º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA54BB is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 84 | 187 | - |
| CMYK | 0 | 0.66 | 0.25 | 0.02 |
| HSL | 322.77º | 0.94% | 0.65% | - |
| HSV(B) | 322.77º | 0.66% | 0.98% | - |
| XYZ | 51.56 | 30.25 | 50.14 | - |
| YUV | 145.38 | 151.5 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 84 | 187 | 0 | 0.66 | 0.25 | 0.02 | 322.77 | 0.94 | 0.65 |
| Hex | FA | 54 | BB | 0 | 42 | 19 | 2 | 143 | 5E | 41 |
| Octal | 372 | 124 | 273 | 0 | 102 | 31 | 2 | 503 | 136 | 101 |
| Binary | 11111010 | 1010100 | 10111011 | 0 | 1000010 | 11001 | 10 | 101000011 | 1011110 | 1000001 |
Color Harmonies of #FA54BB
Complementary color
Monochromatic Colors of #FA54BB
Black with #FA54BB
Text Example
Text Example
White with #FA54BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA54BB; }
p { color: rgb(250,84,187); }
H1.HeaderClassName
{
color: #FA54BB;
}
.AnyTagClassName
{
color: #FA54BB;
}
</style>
background-color css
<style>
a { background-color: #FA54BB; }
a { background-color: rgb(250,84,187); }
div.DivClassName
{
background-color: #FA54BB;
}
.BgClassName
{
background-color: #FA54BB;
}
</style>
border-color css
<style>
span { border-color: #FA54BB; }
span { border-color: rgb(250,84,187); }
td.TdClassName
{
border-color: #FA54BB;
}
.TagClassName
{
border-color: #FA54BB;
}
</style>