Shades of Hot Pink #FD58BA
Tints of Hot Pink #FD58BA
RGB
CMYK
RGB Variations
Color information
#FD58BA (or 0xFD58BA) is known color: Hot Pink. HEX triplet: FD, 58 and BA. RGB value is (253,88,186). Sum of RGB (Red+Green+Blue) = 253+88+186=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 88 (34.77% from 255 or 16.70% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FD58BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD58BA is #02A745. Grayscale: #949494. Windows color (decimal): -173894 or 12212477. OLE color: 12212477.
HSL color Cylindrical-coordinate representation of color #FD58BA: hue angle of 324.36º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FD58BA is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 88 | 186 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.01 |
| HSL | 324.36º | 0.98% | 0.67% | - |
| HSV(B) | 324.36º | 0.65% | 0.99% | - |
| XYZ | 52.86 | 31.41 | 49.73 | - |
| YUV | 148.51 | 149.16 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 88 | 186 | 0 | 0.65 | 0.26 | 0.01 | 324.36 | 0.98 | 0.67 |
| Hex | FD | 58 | BA | 0 | 41 | 1A | 1 | 144 | 62 | 43 |
| Octal | 375 | 130 | 272 | 0 | 101 | 32 | 1 | 504 | 142 | 103 |
| Binary | 11111101 | 1011000 | 10111010 | 0 | 1000001 | 11010 | 1 | 101000100 | 1100010 | 1000011 |
Color Harmonies of #FD58BA
Complementary color
Monochromatic Colors of #FD58BA
Black with #FD58BA
Text Example
Text Example
White with #FD58BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD58BA; }
p { color: rgb(253,88,186); }
H1.HeaderClassName
{
color: #FD58BA;
}
.AnyTagClassName
{
color: #FD58BA;
}
</style>
background-color css
<style>
a { background-color: #FD58BA; }
a { background-color: rgb(253,88,186); }
div.DivClassName
{
background-color: #FD58BA;
}
.BgClassName
{
background-color: #FD58BA;
}
</style>
border-color css
<style>
span { border-color: #FD58BA; }
span { border-color: rgb(253,88,186); }
td.TdClassName
{
border-color: #FD58BA;
}
.TagClassName
{
border-color: #FD58BA;
}
</style>