Shades of Hot Pink #FC68B4
Tints of Hot Pink #FC68B4
RGB
CMYK
RGB Variations
Color information
#FC68B4 (or 0xFC68B4) is known color: Hot Pink. HEX triplet: FC, 68 and B4. RGB value is (252,104,180). Sum of RGB (Red+Green+Blue) = 252+104+180=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC68B4 is #03974B. Grayscale: #9C9C9C. Windows color (decimal): -235340 or 11823356. OLE color: 11823356.
HSL color Cylindrical-coordinate representation of color #FC68B4: hue angle of 329.19º 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 #FC68B4 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 180 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.01 |
| HSL | 329.19º | 0.96% | 0.7% | - |
| HSV(B) | 329.19º | 0.59% | 0.99% | - |
| XYZ | 53.33 | 33.89 | 46.91 | - |
| YUV | 156.92 | 141.03 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 180 | 0 | 0.59 | 0.29 | 0.01 | 329.19 | 0.96 | 0.7 |
| Hex | FC | 68 | B4 | 0 | 3B | 1D | 1 | 149 | 60 | 46 |
| Octal | 374 | 150 | 264 | 0 | 73 | 35 | 1 | 511 | 140 | 106 |
| Binary | 11111100 | 1101000 | 10110100 | 0 | 111011 | 11101 | 1 | 101001001 | 1100000 | 1000110 |
Color Harmonies of #FC68B4
Complementary color
Monochromatic Colors of #FC68B4
Black with #FC68B4
Text Example
Text Example
White with #FC68B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC68B4; }
p { color: rgb(252,104,180); }
H1.HeaderClassName
{
color: #FC68B4;
}
.AnyTagClassName
{
color: #FC68B4;
}
</style>
background-color css
<style>
a { background-color: #FC68B4; }
a { background-color: rgb(252,104,180); }
div.DivClassName
{
background-color: #FC68B4;
}
.BgClassName
{
background-color: #FC68B4;
}
</style>
border-color css
<style>
span { border-color: #FC68B4; }
span { border-color: rgb(252,104,180); }
td.TdClassName
{
border-color: #FC68B4;
}
.TagClassName
{
border-color: #FC68B4;
}
</style>