Shades of Hot Pink #FC66B1
Tints of Hot Pink #FC66B1
RGB
CMYK
RGB Variations
Color information
#FC66B1 (or 0xFC66B1) is known color: Hot Pink. HEX triplet: FC, 66 and B1. RGB value is (252,102,177). Sum of RGB (Red+Green+Blue) = 252+102+177=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC66B1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC66B1 is #03994E. Grayscale: #9B9B9B. Windows color (decimal): -235855 or 11626236. OLE color: 11626236.
HSL color Cylindrical-coordinate representation of color #FC66B1: hue angle of 330º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC66B1 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 102 | 177 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.01 |
| HSL | 330º | 0.96% | 0.69% | - |
| HSV(B) | 330º | 0.6% | 0.99% | - |
| XYZ | 52.83 | 33.37 | 45.25 | - |
| YUV | 155.4 | 140.2 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 102 | 177 | 0 | 0.60 | 0.30 | 0.01 | 330 | 0.96 | 0.69 |
| Hex | FC | 66 | B1 | 0 | 3C | 1E | 1 | 14A | 60 | 45 |
| Octal | 374 | 146 | 261 | 0 | 74 | 36 | 1 | 512 | 140 | 105 |
| Binary | 11111100 | 1100110 | 10110001 | 0 | 111100 | 11110 | 1 | 101001010 | 1100000 | 1000101 |
Color Harmonies of #FC66B1
Complementary color
Monochromatic Colors of #FC66B1
Black with #FC66B1
Text Example
Text Example
White with #FC66B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC66B1; }
p { color: rgb(252,102,177); }
H1.HeaderClassName
{
color: #FC66B1;
}
.AnyTagClassName
{
color: #FC66B1;
}
</style>
background-color css
<style>
a { background-color: #FC66B1; }
a { background-color: rgb(252,102,177); }
div.DivClassName
{
background-color: #FC66B1;
}
.BgClassName
{
background-color: #FC66B1;
}
</style>
border-color css
<style>
span { border-color: #FC66B1; }
span { border-color: rgb(252,102,177); }
td.TdClassName
{
border-color: #FC66B1;
}
.TagClassName
{
border-color: #FC66B1;
}
</style>