Shades of Hit Pink #FCA873
Tints of Hit Pink #FCA873
RGB
CMYK
RGB Variations
Color information
#FCA873 (or 0xFCA873) is known color: Hit Pink. HEX triplet: FC, A8 and 73. RGB value is (252,168,115). Sum of RGB (Red+Green+Blue) = 252+168+115=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 168 (66.02% from 255 or 31.40% from 535); Blue value is 115 (45.31% from 255 or 21.50% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA873 is #03578C. Grayscale: #BBBBBB. Windows color (decimal): -219021 or 7579900. OLE color: 7579900.
HSL color Cylindrical-coordinate representation of color #FCA873: hue angle of 23.21º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCA873 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 168 | 115 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.01 |
| HSL | 23.21º | 0.96% | 0.72% | - |
| HSV(B) | 23.21º | 0.54% | 0.99% | - |
| XYZ | 57.24 | 49.94 | 22.84 | - |
| YUV | 187.07 | 87.33 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 168 | 115 | 0 | 0.33 | 0.54 | 0.01 | 23.21 | 0.96 | 0.72 |
| Hex | FC | A8 | 73 | 0 | 21 | 36 | 1 | 17 | 60 | 48 |
| Octal | 374 | 250 | 163 | 0 | 41 | 66 | 1 | 27 | 140 | 110 |
| Binary | 11111100 | 10101000 | 1110011 | 0 | 100001 | 110110 | 1 | 10111 | 1100000 | 1001000 |
Color Harmonies of #FCA873
Complementary color
Monochromatic Colors of #FCA873
Black with #FCA873
Text Example
Text Example
White with #FCA873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA873; }
p { color: rgb(252,168,115); }
H1.HeaderClassName
{
color: #FCA873;
}
.AnyTagClassName
{
color: #FCA873;
}
</style>
background-color css
<style>
a { background-color: #FCA873; }
a { background-color: rgb(252,168,115); }
div.DivClassName
{
background-color: #FCA873;
}
.BgClassName
{
background-color: #FCA873;
}
</style>
border-color css
<style>
span { border-color: #FCA873; }
span { border-color: rgb(252,168,115); }
td.TdClassName
{
border-color: #FCA873;
}
.TagClassName
{
border-color: #FCA873;
}
</style>