Shades of Hot Pink #FA58BB
Tints of Hot Pink #FA58BB
RGB
CMYK
RGB Variations
Color information
#FA58BB (or 0xFA58BB) is known color: Hot Pink. HEX triplet: FA, 58 and BB. RGB value is (250,88,187). Sum of RGB (Red+Green+Blue) = 250+88+187=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA58BB is #05A744. Grayscale: #939393. Windows color (decimal): -370501 or 12278010. OLE color: 12278010.
HSL color Cylindrical-coordinate representation of color #FA58BB: hue angle of 323.33º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FA58BB is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 187 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.02 |
| HSL | 323.33º | 0.94% | 0.66% | - |
| HSV(B) | 323.33º | 0.65% | 0.98% | - |
| XYZ | 51.88 | 30.89 | 50.24 | - |
| YUV | 147.72 | 150.17 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 187 | 0 | 0.65 | 0.25 | 0.02 | 323.33 | 0.94 | 0.66 |
| Hex | FA | 58 | BB | 0 | 41 | 19 | 2 | 143 | 5E | 42 |
| Octal | 372 | 130 | 273 | 0 | 101 | 31 | 2 | 503 | 136 | 102 |
| Binary | 11111010 | 1011000 | 10111011 | 0 | 1000001 | 11001 | 10 | 101000011 | 1011110 | 1000010 |
Color Harmonies of #FA58BB
Complementary color
Monochromatic Colors of #FA58BB
Black with #FA58BB
Text Example
Text Example
White with #FA58BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA58BB; }
p { color: rgb(250,88,187); }
H1.HeaderClassName
{
color: #FA58BB;
}
.AnyTagClassName
{
color: #FA58BB;
}
</style>
background-color css
<style>
a { background-color: #FA58BB; }
a { background-color: rgb(250,88,187); }
div.DivClassName
{
background-color: #FA58BB;
}
.BgClassName
{
background-color: #FA58BB;
}
</style>
border-color css
<style>
span { border-color: #FA58BB; }
span { border-color: rgb(250,88,187); }
td.TdClassName
{
border-color: #FA58BB;
}
.TagClassName
{
border-color: #FA58BB;
}
</style>