Shades of Hot Pink #FC73B2
Tints of Hot Pink #FC73B2
RGB
CMYK
RGB Variations
Color information
#FC73B2 (or 0xFC73B2) is known color: Hot Pink. HEX triplet: FC, 73 and B2. RGB value is (252,115,178). Sum of RGB (Red+Green+Blue) = 252+115+178=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 178 (69.92% from 255 or 32.66% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FC73B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC73B2 is #038C4D. Grayscale: #A3A3A3. Windows color (decimal): -232526 or 11695100. OLE color: 11695100.
HSL color Cylindrical-coordinate representation of color #FC73B2: hue angle of 332.41º 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 #FC73B2 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 115 | 178 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.01 |
| HSL | 332.41º | 0.96% | 0.72% | - |
| HSV(B) | 332.41º | 0.54% | 0.99% | - |
| XYZ | 54.31 | 36.17 | 46.24 | - |
| YUV | 163.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 115 | 178 | 0 | 0.54 | 0.29 | 0.01 | 332.41 | 0.96 | 0.72 |
| Hex | FC | 73 | B2 | 0 | 36 | 1D | 1 | 14C | 60 | 48 |
| Octal | 374 | 163 | 262 | 0 | 66 | 35 | 1 | 514 | 140 | 110 |
| Binary | 11111100 | 1110011 | 10110010 | 0 | 110110 | 11101 | 1 | 101001100 | 1100000 | 1001000 |
Color Harmonies of #FC73B2
Complementary color
Monochromatic Colors of #FC73B2
Black with #FC73B2
Text Example
Text Example
White with #FC73B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC73B2; }
p { color: rgb(252,115,178); }
H1.HeaderClassName
{
color: #FC73B2;
}
.AnyTagClassName
{
color: #FC73B2;
}
</style>
background-color css
<style>
a { background-color: #FC73B2; }
a { background-color: rgb(252,115,178); }
div.DivClassName
{
background-color: #FC73B2;
}
.BgClassName
{
background-color: #FC73B2;
}
</style>
border-color css
<style>
span { border-color: #FC73B2; }
span { border-color: rgb(252,115,178); }
td.TdClassName
{
border-color: #FC73B2;
}
.TagClassName
{
border-color: #FC73B2;
}
</style>