Shades of Hot Pink #FC58BA
Tints of Hot Pink #FC58BA
RGB
CMYK
RGB Variations
Color information
#FC58BA (or 0xFC58BA) is known color: Hot Pink. HEX triplet: FC, 58 and BA. RGB value is (252,88,186). Sum of RGB (Red+Green+Blue) = 252+88+186=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 88 (34.77% from 255 or 16.73% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC58BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC58BA is #03A745. Grayscale: #939393. Windows color (decimal): -239430 or 12212476. OLE color: 12212476.
HSL color Cylindrical-coordinate representation of color #FC58BA: hue angle of 324.15º degrees, saturation: 0.96, 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 #FC58BA is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 88 | 186 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.01 |
| HSL | 324.15º | 0.96% | 0.67% | - |
| HSV(B) | 324.15º | 0.65% | 0.99% | - |
| XYZ | 52.5 | 31.22 | 49.71 | - |
| YUV | 148.21 | 149.33 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 88 | 186 | 0 | 0.65 | 0.26 | 0.01 | 324.15 | 0.96 | 0.67 |
| Hex | FC | 58 | BA | 0 | 41 | 1A | 1 | 144 | 60 | 43 |
| Octal | 374 | 130 | 272 | 0 | 101 | 32 | 1 | 504 | 140 | 103 |
| Binary | 11111100 | 1011000 | 10111010 | 0 | 1000001 | 11010 | 1 | 101000100 | 1100000 | 1000011 |
Color Harmonies of #FC58BA
Complementary color
Monochromatic Colors of #FC58BA
Black with #FC58BA
Text Example
Text Example
White with #FC58BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC58BA; }
p { color: rgb(252,88,186); }
H1.HeaderClassName
{
color: #FC58BA;
}
.AnyTagClassName
{
color: #FC58BA;
}
</style>
background-color css
<style>
a { background-color: #FC58BA; }
a { background-color: rgb(252,88,186); }
div.DivClassName
{
background-color: #FC58BA;
}
.BgClassName
{
background-color: #FC58BA;
}
</style>
border-color css
<style>
span { border-color: #FC58BA; }
span { border-color: rgb(252,88,186); }
td.TdClassName
{
border-color: #FC58BA;
}
.TagClassName
{
border-color: #FC58BA;
}
</style>