Shades of Hot Pink #FC68AC
Tints of Hot Pink #FC68AC
RGB
CMYK
RGB Variations
Color information
#FC68AC (or 0xFC68AC) is known color: Hot Pink. HEX triplet: FC, 68 and AC. RGB value is (252,104,172). Sum of RGB (Red+Green+Blue) = 252+104+172=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC68AC is #039753. Grayscale: #9B9B9B. Windows color (decimal): -235348 or 11299068. OLE color: 11299068.
HSL color Cylindrical-coordinate representation of color #FC68AC: hue angle of 332.43º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FC68AC is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 172 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.01 |
| HSL | 332.43º | 0.96% | 0.7% | - |
| HSV(B) | 332.43º | 0.59% | 0.99% | - |
| XYZ | 52.54 | 33.57 | 42.74 | - |
| YUV | 156 | 137.03 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 172 | 0 | 0.59 | 0.32 | 0.01 | 332.43 | 0.96 | 0.7 |
| Hex | FC | 68 | AC | 0 | 3B | 20 | 1 | 14C | 60 | 46 |
| Octal | 374 | 150 | 254 | 0 | 73 | 40 | 1 | 514 | 140 | 106 |
| Binary | 11111100 | 1101000 | 10101100 | 0 | 111011 | 100000 | 1 | 101001100 | 1100000 | 1000110 |
Color Harmonies of #FC68AC
Complementary color
Monochromatic Colors of #FC68AC
Black with #FC68AC
Text Example
Text Example
White with #FC68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC68AC; }
p { color: rgb(252,104,172); }
H1.HeaderClassName
{
color: #FC68AC;
}
.AnyTagClassName
{
color: #FC68AC;
}
</style>
background-color css
<style>
a { background-color: #FC68AC; }
a { background-color: rgb(252,104,172); }
div.DivClassName
{
background-color: #FC68AC;
}
.BgClassName
{
background-color: #FC68AC;
}
</style>
border-color css
<style>
span { border-color: #FC68AC; }
span { border-color: rgb(252,104,172); }
td.TdClassName
{
border-color: #FC68AC;
}
.TagClassName
{
border-color: #FC68AC;
}
</style>