Shades of Hit Pink #FCA972
Tints of Hit Pink #FCA972
RGB
CMYK
RGB Variations
Color information
#FCA972 (or 0xFCA972) is known color: Hit Pink. HEX triplet: FC, A9 and 72. RGB value is (252,169,114). Sum of RGB (Red+Green+Blue) = 252+169+114=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA972 is #03568D. Grayscale: #BBBBBB. Windows color (decimal): -218766 or 7514620. OLE color: 7514620.
HSL color Cylindrical-coordinate representation of color #FCA972: hue angle of 23.91º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FCA972 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 169 | 114 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.01 |
| HSL | 23.91º | 0.96% | 0.72% | - |
| HSV(B) | 23.91º | 0.55% | 0.99% | - |
| XYZ | 57.37 | 50.29 | 22.6 | - |
| YUV | 187.55 | 86.5 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 169 | 114 | 0 | 0.33 | 0.55 | 0.01 | 23.91 | 0.96 | 0.72 |
| Hex | FC | A9 | 72 | 0 | 21 | 37 | 1 | 18 | 60 | 48 |
| Octal | 374 | 251 | 162 | 0 | 41 | 67 | 1 | 30 | 140 | 110 |
| Binary | 11111100 | 10101001 | 1110010 | 0 | 100001 | 110111 | 1 | 11000 | 1100000 | 1001000 |
Color Harmonies of #FCA972
Complementary color
Monochromatic Colors of #FCA972
Black with #FCA972
Text Example
Text Example
White with #FCA972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA972; }
p { color: rgb(252,169,114); }
H1.HeaderClassName
{
color: #FCA972;
}
.AnyTagClassName
{
color: #FCA972;
}
</style>
background-color css
<style>
a { background-color: #FCA972; }
a { background-color: rgb(252,169,114); }
div.DivClassName
{
background-color: #FCA972;
}
.BgClassName
{
background-color: #FCA972;
}
</style>
border-color css
<style>
span { border-color: #FCA972; }
span { border-color: rgb(252,169,114); }
td.TdClassName
{
border-color: #FCA972;
}
.TagClassName
{
border-color: #FCA972;
}
</style>