#FCA575

Color #FCA575 Hit Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hit Pink #FCA575

Tints of Hit Pink #FCA575

Color information

#FCA575 (or 0xFCA575) is unknown color: approx Hit Pink. HEX triplet: FC, A5 and 75. RGB value is (252,165,117). Sum of RGB (Red+Green+Blue) = 252+165+117=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA575 is #035A8A. Grayscale: #B9B9B9. Windows color (decimal): -219787 or 7710204. OLE color: 7710204.

HSL color Cylindrical-coordinate representation of color #FCA575: hue angle of 21.33º 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 #FCA575 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB252165117-
CMYK00.350.540.01
HSL21.33º95.74%72.35%-
HSV(B)21.33º53.57%98.82%-
XYZ56.8148.8923.27-
YUV185.5489.32175.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 47.19%
GREEN value IS 165 (64.84% from 255) = 30.90%
BLUE value IS 117 (46.09% from 255) = 21.91%
R=47.19%
G=30.90%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216511700.350.540.0121.3395.7472.35
HexFCA575023361156048
Octal37424516504366125140110
Binary11111100101001011110101010001111011011010111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA575; }

 p { color: rgb(252,165,117); }

 H1.HeaderClassName
 {
   color: #FCA575;
 }
 .AnyTagClassName
 {
   color: #FCA575;
 }
</style>
background-color css

<style>
 a { background-color: #FCA575; }

 a { background-color: rgb(252,165,117); }

 div.DivClassName
 {
   background-color: #FCA575;
 }
 .BgClassName
 {
   background-color: #FCA575;
 }
</style>
border-color css

<style>
 span { border-color: #FCA575; }

 span { border-color: rgb(252,165,117); }

 td.TdClassName
 {
   border-color: #FCA575;
 }
 .TagClassName
 {
   border-color: #FCA575;
 }
</style>