Shades of Hot Pink #FC68AD
Tints of Hot Pink #FC68AD
RGB
CMYK
RGB Variations
Color information
#FC68AD (or 0xFC68AD) is known color: Hot Pink. HEX triplet: FC, 68 and AD. RGB value is (252,104,173). Sum of RGB (Red+Green+Blue) = 252+104+173=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 104 (41.02% from 255 or 19.66% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68AD is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC68AD is #039752. Grayscale: #9B9B9B. Windows color (decimal): -235347 or 11364604. OLE color: 11364604.
HSL color Cylindrical-coordinate representation of color #FC68AD: hue angle of 332.03º 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 #FC68AD is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 173 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.01 |
| HSL | 332.03º | 0.96% | 0.7% | - |
| HSV(B) | 332.03º | 0.59% | 0.99% | - |
| XYZ | 52.64 | 33.61 | 43.25 | - |
| YUV | 156.12 | 137.53 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 173 | 0 | 0.59 | 0.31 | 0.01 | 332.03 | 0.96 | 0.7 |
| Hex | FC | 68 | AD | 0 | 3B | 1F | 1 | 14C | 60 | 46 |
| Octal | 374 | 150 | 255 | 0 | 73 | 37 | 1 | 514 | 140 | 106 |
| Binary | 11111100 | 1101000 | 10101101 | 0 | 111011 | 11111 | 1 | 101001100 | 1100000 | 1000110 |
Color Harmonies of #FC68AD
Complementary color
Monochromatic Colors of #FC68AD
Black with #FC68AD
Text Example
Text Example
White with #FC68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC68AD; }
p { color: rgb(252,104,173); }
H1.HeaderClassName
{
color: #FC68AD;
}
.AnyTagClassName
{
color: #FC68AD;
}
</style>
background-color css
<style>
a { background-color: #FC68AD; }
a { background-color: rgb(252,104,173); }
div.DivClassName
{
background-color: #FC68AD;
}
.BgClassName
{
background-color: #FC68AD;
}
</style>
border-color css
<style>
span { border-color: #FC68AD; }
span { border-color: rgb(252,104,173); }
td.TdClassName
{
border-color: #FC68AD;
}
.TagClassName
{
border-color: #FC68AD;
}
</style>