Shades of Hot Pink #FC73AF
Tints of Hot Pink #FC73AF
RGB
CMYK
RGB Variations
Color information
#FC73AF (or 0xFC73AF) is known color: Hot Pink. HEX triplet: FC, 73 and AF. RGB value is (252,115,175). Sum of RGB (Red+Green+Blue) = 252+115+175=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 175 (68.75% from 255 or 32.29% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC73AF is #038C50. Grayscale: #A2A2A2. Windows color (decimal): -232529 or 11498492. OLE color: 11498492.
HSL color Cylindrical-coordinate representation of color #FC73AF: hue angle of 333.72º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FC73AF is Cyan = 0, Magento = 0.54, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 175 | - |
| CMYK | 0 | 0.54 | 0.31 | 0.01 |
| HSL | 333.72º | 0.96% | 0.72% | - |
| HSV(B) | 333.72º | 0.54% | 0.99% | - |
| XYZ | 54.01 | 36.05 | 44.67 | - |
| YUV | 162.8 | 134.89 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 175 | 0 | 0.54 | 0.31 | 0.01 | 333.72 | 0.96 | 0.72 |
| Hex | FC | 73 | AF | 0 | 36 | 1F | 1 | 14E | 60 | 48 |
| Octal | 374 | 163 | 257 | 0 | 66 | 37 | 1 | 516 | 140 | 110 |
| Binary | 11111100 | 1110011 | 10101111 | 0 | 110110 | 11111 | 1 | 101001110 | 1100000 | 1001000 |
Color Harmonies of #FC73AF
Complementary color
Monochromatic Colors of #FC73AF
Black with #FC73AF
Text Example
Text Example
White with #FC73AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73AF; }
p { color: rgb(252,115,175); }
H1.HeaderClassName
{
color: #FC73AF;
}
.AnyTagClassName
{
color: #FC73AF;
}
</style>
background-color css
<style>
a { background-color: #FC73AF; }
a { background-color: rgb(252,115,175); }
div.DivClassName
{
background-color: #FC73AF;
}
.BgClassName
{
background-color: #FC73AF;
}
</style>
border-color css
<style>
span { border-color: #FC73AF; }
span { border-color: rgb(252,115,175); }
td.TdClassName
{
border-color: #FC73AF;
}
.TagClassName
{
border-color: #FC73AF;
}
</style>