Shades of Hit Pink #FCA373
Tints of Hit Pink #FCA373
RGB
CMYK
RGB Variations
Color information
#FCA373 (or 0xFCA373) is known color: Hit Pink. HEX triplet: FC, A3 and 73. RGB value is (252,163,115). Sum of RGB (Red+Green+Blue) = 252+163+115=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 163 (64.06% from 255 or 30.75% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA373 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA373 is #035C8C. Grayscale: #B8B8B8. Windows color (decimal): -220301 or 7578620. OLE color: 7578620.
HSL color Cylindrical-coordinate representation of color #FCA373: hue angle of 21.02º 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 #FCA373 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 163 | 115 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.01 |
| HSL | 21.02º | 0.96% | 0.72% | - |
| HSV(B) | 21.02º | 0.54% | 0.99% | - |
| XYZ | 56.34 | 48.13 | 22.54 | - |
| YUV | 184.14 | 88.99 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 163 | 115 | 0 | 0.35 | 0.54 | 0.01 | 21.02 | 0.96 | 0.72 |
| Hex | FC | A3 | 73 | 0 | 23 | 36 | 1 | 15 | 60 | 48 |
| Octal | 374 | 243 | 163 | 0 | 43 | 66 | 1 | 25 | 140 | 110 |
| Binary | 11111100 | 10100011 | 1110011 | 0 | 100011 | 110110 | 1 | 10101 | 1100000 | 1001000 |
Color Harmonies of #FCA373
Complementary color
Monochromatic Colors of #FCA373
Black with #FCA373
Text Example
Text Example
White with #FCA373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA373; }
p { color: rgb(252,163,115); }
H1.HeaderClassName
{
color: #FCA373;
}
.AnyTagClassName
{
color: #FCA373;
}
</style>
background-color css
<style>
a { background-color: #FCA373; }
a { background-color: rgb(252,163,115); }
div.DivClassName
{
background-color: #FCA373;
}
.BgClassName
{
background-color: #FCA373;
}
</style>
border-color css
<style>
span { border-color: #FCA373; }
span { border-color: rgb(252,163,115); }
td.TdClassName
{
border-color: #FCA373;
}
.TagClassName
{
border-color: #FCA373;
}
</style>