Shades of Hot Pink #FC68BB
Tints of Hot Pink #FC68BB
RGB
CMYK
RGB Variations
Color information
#FC68BB (or 0xFC68BB) is known color: Hot Pink. HEX triplet: FC, 68 and BB. RGB value is (252,104,187). Sum of RGB (Red+Green+Blue) = 252+104+187=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FC68BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC68BB is #039744. Grayscale: #9D9D9D. Windows color (decimal): -235333 or 12282108. OLE color: 12282108.
HSL color Cylindrical-coordinate representation of color #FC68BB: hue angle of 326.35º 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 #FC68BB is Cyan = 0, Magento = 0.59, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 104 | 187 | - |
| CMYK | 0 | 0.59 | 0.26 | 0.01 |
| HSL | 326.35º | 0.96% | 0.7% | - |
| HSV(B) | 326.35º | 0.59% | 0.99% | - |
| XYZ | 54.06 | 34.18 | 50.76 | - |
| YUV | 157.71 | 144.53 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 104 | 187 | 0 | 0.59 | 0.26 | 0.01 | 326.35 | 0.96 | 0.7 |
| Hex | FC | 68 | BB | 0 | 3B | 1A | 1 | 146 | 60 | 46 |
| Octal | 374 | 150 | 273 | 0 | 73 | 32 | 1 | 506 | 140 | 106 |
| Binary | 11111100 | 1101000 | 10111011 | 0 | 111011 | 11010 | 1 | 101000110 | 1100000 | 1000110 |
Color Harmonies of #FC68BB
Complementary color
Monochromatic Colors of #FC68BB
Black with #FC68BB
Text Example
Text Example
White with #FC68BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC68BB; }
p { color: rgb(252,104,187); }
H1.HeaderClassName
{
color: #FC68BB;
}
.AnyTagClassName
{
color: #FC68BB;
}
</style>
background-color css
<style>
a { background-color: #FC68BB; }
a { background-color: rgb(252,104,187); }
div.DivClassName
{
background-color: #FC68BB;
}
.BgClassName
{
background-color: #FC68BB;
}
</style>
border-color css
<style>
span { border-color: #FC68BB; }
span { border-color: rgb(252,104,187); }
td.TdClassName
{
border-color: #FC68BB;
}
.TagClassName
{
border-color: #FC68BB;
}
</style>