Shades of Hot Pink #FC67AA
Tints of Hot Pink #FC67AA
RGB
CMYK
RGB Variations
Color information
#FC67AA (or 0xFC67AA) is known color: Hot Pink. HEX triplet: FC, 67 and AA. RGB value is (252,103,170). Sum of RGB (Red+Green+Blue) = 252+103+170=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC67AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC67AA is #039855. Grayscale: #9B9B9B. Windows color (decimal): -235606 or 11167740. OLE color: 11167740.
HSL color Cylindrical-coordinate representation of color #FC67AA: hue angle of 333.02º 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 #FC67AA is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 103 | 170 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.01 |
| HSL | 333.02º | 0.96% | 0.7% | - |
| HSV(B) | 333.02º | 0.59% | 0.99% | - |
| XYZ | 52.25 | 33.3 | 41.7 | - |
| YUV | 155.19 | 136.36 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 103 | 170 | 0 | 0.59 | 0.33 | 0.01 | 333.02 | 0.96 | 0.7 |
| Hex | FC | 67 | AA | 0 | 3B | 21 | 1 | 14D | 60 | 46 |
| Octal | 374 | 147 | 252 | 0 | 73 | 41 | 1 | 515 | 140 | 106 |
| Binary | 11111100 | 1100111 | 10101010 | 0 | 111011 | 100001 | 1 | 101001101 | 1100000 | 1000110 |
Color Harmonies of #FC67AA
Complementary color
Monochromatic Colors of #FC67AA
Black with #FC67AA
Text Example
Text Example
White with #FC67AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC67AA; }
p { color: rgb(252,103,170); }
H1.HeaderClassName
{
color: #FC67AA;
}
.AnyTagClassName
{
color: #FC67AA;
}
</style>
background-color css
<style>
a { background-color: #FC67AA; }
a { background-color: rgb(252,103,170); }
div.DivClassName
{
background-color: #FC67AA;
}
.BgClassName
{
background-color: #FC67AA;
}
</style>
border-color css
<style>
span { border-color: #FC67AA; }
span { border-color: rgb(252,103,170); }
td.TdClassName
{
border-color: #FC67AA;
}
.TagClassName
{
border-color: #FC67AA;
}
</style>