Shades of Hot Pink #FC67AB
Tints of Hot Pink #FC67AB
RGB
CMYK
RGB Variations
Color information
#FC67AB (or 0xFC67AB) is known color: Hot Pink. HEX triplet: FC, 67 and AB. RGB value is (252,103,171). Sum of RGB (Red+Green+Blue) = 252+103+171=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 103 (40.62% from 255 or 19.58% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC67AB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC67AB is #039854. Grayscale: #9B9B9B. Windows color (decimal): -235605 or 11233276. OLE color: 11233276.
HSL color Cylindrical-coordinate representation of color #FC67AB: hue angle of 332.62º 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 #FC67AB is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 171 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.01 |
| HSL | 332.62º | 0.96% | 0.7% | - |
| HSV(B) | 332.62º | 0.59% | 0.99% | - |
| XYZ | 52.35 | 33.34 | 42.2 | - |
| YUV | 155.3 | 136.86 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 171 | 0 | 0.59 | 0.32 | 0.01 | 332.62 | 0.96 | 0.7 |
| Hex | FC | 67 | AB | 0 | 3B | 20 | 1 | 14D | 60 | 46 |
| Octal | 374 | 147 | 253 | 0 | 73 | 40 | 1 | 515 | 140 | 106 |
| Binary | 11111100 | 1100111 | 10101011 | 0 | 111011 | 100000 | 1 | 101001101 | 1100000 | 1000110 |
Color Harmonies of #FC67AB
Complementary color
Monochromatic Colors of #FC67AB
Black with #FC67AB
Text Example
Text Example
White with #FC67AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC67AB; }
p { color: rgb(252,103,171); }
H1.HeaderClassName
{
color: #FC67AB;
}
.AnyTagClassName
{
color: #FC67AB;
}
</style>
background-color css
<style>
a { background-color: #FC67AB; }
a { background-color: rgb(252,103,171); }
div.DivClassName
{
background-color: #FC67AB;
}
.BgClassName
{
background-color: #FC67AB;
}
</style>
border-color css
<style>
span { border-color: #FC67AB; }
span { border-color: rgb(252,103,171); }
td.TdClassName
{
border-color: #FC67AB;
}
.TagClassName
{
border-color: #FC67AB;
}
</style>