Shades of Hit Pink #FCA172
Tints of Hit Pink #FCA172
RGB
CMYK
RGB Variations
Color information
#FCA172 (or 0xFCA172) is known color: Hit Pink. HEX triplet: FC, A1 and 72. RGB value is (252,161,114). Sum of RGB (Red+Green+Blue) = 252+161+114=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 161 (63.28% from 255 or 30.55% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA172 is #035E8D. Grayscale: #B7B7B7. Windows color (decimal): -220814 or 7512572. OLE color: 7512572.
HSL color Cylindrical-coordinate representation of color #FCA172: hue angle of 20.43º 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 #FCA172 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 161 | 114 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.01 |
| HSL | 20.43º | 0.96% | 0.72% | - |
| HSV(B) | 20.43º | 0.55% | 0.99% | - |
| XYZ | 55.93 | 47.4 | 22.12 | - |
| YUV | 182.85 | 89.15 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 161 | 114 | 0 | 0.36 | 0.55 | 0.01 | 20.43 | 0.96 | 0.72 |
| Hex | FC | A1 | 72 | 0 | 24 | 37 | 1 | 14 | 60 | 48 |
| Octal | 374 | 241 | 162 | 0 | 44 | 67 | 1 | 24 | 140 | 110 |
| Binary | 11111100 | 10100001 | 1110010 | 0 | 100100 | 110111 | 1 | 10100 | 1100000 | 1001000 |
Color Harmonies of #FCA172
Complementary color
Monochromatic Colors of #FCA172
Black with #FCA172
Text Example
Text Example
White with #FCA172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA172; }
p { color: rgb(252,161,114); }
H1.HeaderClassName
{
color: #FCA172;
}
.AnyTagClassName
{
color: #FCA172;
}
</style>
background-color css
<style>
a { background-color: #FCA172; }
a { background-color: rgb(252,161,114); }
div.DivClassName
{
background-color: #FCA172;
}
.BgClassName
{
background-color: #FCA172;
}
</style>
border-color css
<style>
span { border-color: #FCA172; }
span { border-color: rgb(252,161,114); }
td.TdClassName
{
border-color: #FCA172;
}
.TagClassName
{
border-color: #FCA172;
}
</style>