#FCA275

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

Shades of Hit Pink #FCA275

Tints of Hit Pink #FCA275

Color information

#FCA275 (or 0xFCA275) is unknown color: approx Hit Pink. HEX triplet: FC, A2 and 75. RGB value is (252,162,117). Sum of RGB (Red+Green+Blue) = 252+162+117=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA275 is #035D8A. Grayscale: #B8B8B8. Windows color (decimal): -220555 or 7709436. OLE color: 7709436.

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

Color convert

RGB252162117-
CMYK00.360.540.01
HSL20º95.74%72.35%-
HSV(B)20º53.57%98.82%-
XYZ56.2847.8223.09-
YUV183.7890.32176.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.46%
GREEN value IS 162 (63.67% from 255) = 30.51%
BLUE value IS 117 (46.09% from 255) = 22.03%
R=47.46%
G=30.51%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216211700.360.540.012095.7472.35
HexFCA275024361146048
Octal37424216504466124140110
Binary11111100101000101110101010010011011011010011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA275; }

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

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

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

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

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

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

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

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