Shades of Hot Pink #FC59BA
Tints of Hot Pink #FC59BA
RGB
CMYK
RGB Variations
Color information
#FC59BA (or 0xFC59BA) is known color: Hot Pink. HEX triplet: FC, 59 and BA. RGB value is (252,89,186). Sum of RGB (Red+Green+Blue) = 252+89+186=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 89 (35.16% from 255 or 16.89% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC59BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC59BA is #03A645. Grayscale: #949494. Windows color (decimal): -239174 or 12212732. OLE color: 12212732.
HSL color Cylindrical-coordinate representation of color #FC59BA: hue angle of 324.29º 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 #FC59BA is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 89 | 186 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.01 |
| HSL | 324.29º | 0.96% | 0.67% | - |
| HSV(B) | 324.29º | 0.65% | 0.99% | - |
| XYZ | 52.58 | 31.39 | 49.74 | - |
| YUV | 148.8 | 149 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 89 | 186 | 0 | 0.65 | 0.26 | 0.01 | 324.29 | 0.96 | 0.67 |
| Hex | FC | 59 | BA | 0 | 41 | 1A | 1 | 144 | 60 | 43 |
| Octal | 374 | 131 | 272 | 0 | 101 | 32 | 1 | 504 | 140 | 103 |
| Binary | 11111100 | 1011001 | 10111010 | 0 | 1000001 | 11010 | 1 | 101000100 | 1100000 | 1000011 |
Color Harmonies of #FC59BA
Complementary color
Monochromatic Colors of #FC59BA
Black with #FC59BA
Text Example
Text Example
White with #FC59BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC59BA; }
p { color: rgb(252,89,186); }
H1.HeaderClassName
{
color: #FC59BA;
}
.AnyTagClassName
{
color: #FC59BA;
}
</style>
background-color css
<style>
a { background-color: #FC59BA; }
a { background-color: rgb(252,89,186); }
div.DivClassName
{
background-color: #FC59BA;
}
.BgClassName
{
background-color: #FC59BA;
}
</style>
border-color css
<style>
span { border-color: #FC59BA; }
span { border-color: rgb(252,89,186); }
td.TdClassName
{
border-color: #FC59BA;
}
.TagClassName
{
border-color: #FC59BA;
}
</style>