#FCA375

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

Shades of Hit Pink #FCA375

Tints of Hit Pink #FCA375

Color information

#FCA375 (or 0xFCA375) is unknown color: approx Hit Pink. HEX triplet: FC, A3 and 75. RGB value is (252,163,117). Sum of RGB (Red+Green+Blue) = 252+163+117=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA375 is #035C8A. Grayscale: #B8B8B8. Windows color (decimal): -220299 or 7709692. OLE color: 7709692.

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

Color convert

RGB252163117-
CMYK00.350.540.01
HSL20.44º95.74%72.35%-
HSV(B)20.44º53.57%98.82%-
XYZ56.4548.1723.15-
YUV184.3789.99176.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.37%
GREEN value IS 163 (64.06% from 255) = 30.64%
BLUE value IS 117 (46.09% from 255) = 21.99%
R=47.37%
G=30.64%
B=21.99%

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
Decimal25216311700.350.540.0120.4495.7472.35
HexFCA375023361146048
Octal37424316504366124140110
Binary11111100101000111110101010001111011011010011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA375; }

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

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

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

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

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

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

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

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