Shades of Hot Pink #FC70B2
Tints of Hot Pink #FC70B2
RGB
CMYK
RGB Variations
Color information
#FC70B2 (or 0xFC70B2) is known color: Hot Pink. HEX triplet: FC, 70 and B2. RGB value is (252,112,178). Sum of RGB (Red+Green+Blue) = 252+112+178=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 112 (44.14% from 255 or 20.66% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC70B2 is #038F4D. Grayscale: #A1A1A1. Windows color (decimal): -233294 or 11694332. OLE color: 11694332.
HSL color Cylindrical-coordinate representation of color #FC70B2: hue angle of 331.71º 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 #FC70B2 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 112 | 178 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.01 |
| HSL | 331.71º | 0.96% | 0.71% | - |
| HSV(B) | 331.71º | 0.56% | 0.99% | - |
| XYZ | 53.97 | 35.5 | 46.13 | - |
| YUV | 161.38 | 137.38 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 112 | 178 | 0 | 0.56 | 0.29 | 0.01 | 331.71 | 0.96 | 0.71 |
| Hex | FC | 70 | B2 | 0 | 38 | 1D | 1 | 14C | 60 | 47 |
| Octal | 374 | 160 | 262 | 0 | 70 | 35 | 1 | 514 | 140 | 107 |
| Binary | 11111100 | 1110000 | 10110010 | 0 | 111000 | 11101 | 1 | 101001100 | 1100000 | 1000111 |
Color Harmonies of #FC70B2
Complementary color
Monochromatic Colors of #FC70B2
Black with #FC70B2
Text Example
Text Example
White with #FC70B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC70B2; }
p { color: rgb(252,112,178); }
H1.HeaderClassName
{
color: #FC70B2;
}
.AnyTagClassName
{
color: #FC70B2;
}
</style>
background-color css
<style>
a { background-color: #FC70B2; }
a { background-color: rgb(252,112,178); }
div.DivClassName
{
background-color: #FC70B2;
}
.BgClassName
{
background-color: #FC70B2;
}
</style>
border-color css
<style>
span { border-color: #FC70B2; }
span { border-color: rgb(252,112,178); }
td.TdClassName
{
border-color: #FC70B2;
}
.TagClassName
{
border-color: #FC70B2;
}
</style>