Shades of Hot Pink #FC70B0
Tints of Hot Pink #FC70B0
RGB
CMYK
RGB Variations
Color information
#FC70B0 (or 0xFC70B0) is known color: Hot Pink. HEX triplet: FC, 70 and B0. RGB value is (252,112,176). Sum of RGB (Red+Green+Blue) = 252+112+176=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 112 (44.14% from 255 or 20.74% from 540); Blue value is 176 (69.14% from 255 or 32.59% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC70B0 is #038F4F. Grayscale: #A1A1A1. Windows color (decimal): -233296 or 11563260. OLE color: 11563260.
HSL color Cylindrical-coordinate representation of color #FC70B0: hue angle of 332.57º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC70B0 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 176 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.01 |
| HSL | 332.57º | 0.96% | 0.71% | - |
| HSV(B) | 332.57º | 0.56% | 0.99% | - |
| XYZ | 53.78 | 35.42 | 45.08 | - |
| YUV | 161.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 176 | 0 | 0.56 | 0.30 | 0.01 | 332.57 | 0.96 | 0.71 |
| Hex | FC | 70 | B0 | 0 | 38 | 1E | 1 | 14D | 60 | 47 |
| Octal | 374 | 160 | 260 | 0 | 70 | 36 | 1 | 515 | 140 | 107 |
| Binary | 11111100 | 1110000 | 10110000 | 0 | 111000 | 11110 | 1 | 101001101 | 1100000 | 1000111 |
Color Harmonies of #FC70B0
Complementary color
Monochromatic Colors of #FC70B0
Black with #FC70B0
Text Example
Text Example
White with #FC70B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC70B0; }
p { color: rgb(252,112,176); }
H1.HeaderClassName
{
color: #FC70B0;
}
.AnyTagClassName
{
color: #FC70B0;
}
</style>
background-color css
<style>
a { background-color: #FC70B0; }
a { background-color: rgb(252,112,176); }
div.DivClassName
{
background-color: #FC70B0;
}
.BgClassName
{
background-color: #FC70B0;
}
</style>
border-color css
<style>
span { border-color: #FC70B0; }
span { border-color: rgb(252,112,176); }
td.TdClassName
{
border-color: #FC70B0;
}
.TagClassName
{
border-color: #FC70B0;
}
</style>