Shades of Hot Pink #FA58BD
Tints of Hot Pink #FA58BD
RGB
CMYK
RGB Variations
Color information
#FA58BD (or 0xFA58BD) is known color: Hot Pink. HEX triplet: FA, 58 and BD. RGB value is (250,88,189). Sum of RGB (Red+Green+Blue) = 250+88+189=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 189 (74.22% from 255 or 35.86% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FA58BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA58BD is #05A742. Grayscale: #939393. Windows color (decimal): -370499 or 12409082. OLE color: 12409082.
HSL color Cylindrical-coordinate representation of color #FA58BD: hue angle of 322.59º 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 #FA58BD is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 88 | 189 | - |
| CMYK | 0 | 0.65 | 0.24 | 0.02 |
| HSL | 322.59º | 0.94% | 0.66% | - |
| HSV(B) | 322.59º | 0.65% | 0.98% | - |
| XYZ | 52.1 | 30.98 | 51.38 | - |
| YUV | 147.95 | 151.17 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 88 | 189 | 0 | 0.65 | 0.24 | 0.02 | 322.59 | 0.94 | 0.66 |
| Hex | FA | 58 | BD | 0 | 41 | 18 | 2 | 143 | 5E | 42 |
| Octal | 372 | 130 | 275 | 0 | 101 | 30 | 2 | 503 | 136 | 102 |
| Binary | 11111010 | 1011000 | 10111101 | 0 | 1000001 | 11000 | 10 | 101000011 | 1011110 | 1000010 |
Color Harmonies of #FA58BD
Complementary color
Monochromatic Colors of #FA58BD
Black with #FA58BD
Text Example
Text Example
White with #FA58BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA58BD; }
p { color: rgb(250,88,189); }
H1.HeaderClassName
{
color: #FA58BD;
}
.AnyTagClassName
{
color: #FA58BD;
}
</style>
background-color css
<style>
a { background-color: #FA58BD; }
a { background-color: rgb(250,88,189); }
div.DivClassName
{
background-color: #FA58BD;
}
.BgClassName
{
background-color: #FA58BD;
}
</style>
border-color css
<style>
span { border-color: #FA58BD; }
span { border-color: rgb(250,88,189); }
td.TdClassName
{
border-color: #FA58BD;
}
.TagClassName
{
border-color: #FA58BD;
}
</style>