Shades of Hot Pink #FC65B0
Tints of Hot Pink #FC65B0
RGB
CMYK
RGB Variations
Color information
#FC65B0 (or 0xFC65B0) is known color: Hot Pink. HEX triplet: FC, 65 and B0. RGB value is (252,101,176). Sum of RGB (Red+Green+Blue) = 252+101+176=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 176 (69.14% from 255 or 33.27% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC65B0 is #039A4F. Grayscale: #9A9A9A. Windows color (decimal): -236112 or 11560444. OLE color: 11560444.
HSL color Cylindrical-coordinate representation of color #FC65B0: hue angle of 330.2º 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 #FC65B0 is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 176 | - |
| CMYK | 0 | 0.60 | 0.30 | 0.01 |
| HSL | 330.2º | 0.96% | 0.69% | - |
| HSV(B) | 330.2º | 0.6% | 0.99% | - |
| XYZ | 52.64 | 33.14 | 44.7 | - |
| YUV | 154.7 | 140.03 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 176 | 0 | 0.60 | 0.30 | 0.01 | 330.2 | 0.96 | 0.69 |
| Hex | FC | 65 | B0 | 0 | 3C | 1E | 1 | 14A | 60 | 45 |
| Octal | 374 | 145 | 260 | 0 | 74 | 36 | 1 | 512 | 140 | 105 |
| Binary | 11111100 | 1100101 | 10110000 | 0 | 111100 | 11110 | 1 | 101001010 | 1100000 | 1000101 |
Color Harmonies of #FC65B0
Complementary color
Monochromatic Colors of #FC65B0
Black with #FC65B0
Text Example
Text Example
White with #FC65B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC65B0; }
p { color: rgb(252,101,176); }
H1.HeaderClassName
{
color: #FC65B0;
}
.AnyTagClassName
{
color: #FC65B0;
}
</style>
background-color css
<style>
a { background-color: #FC65B0; }
a { background-color: rgb(252,101,176); }
div.DivClassName
{
background-color: #FC65B0;
}
.BgClassName
{
background-color: #FC65B0;
}
</style>
border-color css
<style>
span { border-color: #FC65B0; }
span { border-color: rgb(252,101,176); }
td.TdClassName
{
border-color: #FC65B0;
}
.TagClassName
{
border-color: #FC65B0;
}
</style>