#FCA570

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

Shades of Hit Pink #FCA570

Tints of Hit Pink #FCA570

Color information

#FCA570 (or 0xFCA570) is unknown color: approx Hit Pink. HEX triplet: FC, A5 and 70. RGB value is (252,165,112). Sum of RGB (Red+Green+Blue) = 252+165+112=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA570 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA570 is #035A8F. Grayscale: #B9B9B9. Windows color (decimal): -219792 or 7382524. OLE color: 7382524.

HSL color Cylindrical-coordinate representation of color #FCA570: hue angle of 22.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCA570 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.01.

Color convert

RGB252165112-
CMYK00.350.560.01
HSL22.71º95.89%71.37%-
HSV(B)22.71º55.56%98.82%-
XYZ56.5248.7821.76-
YUV184.9786.82175.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.64%
GREEN value IS 165 (64.84% from 255) = 31.19%
BLUE value IS 112 (44.14% from 255) = 21.17%
R=47.64%
G=31.19%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216511200.350.560.0122.7195.8971.37
HexFCA570023381176047
Octal37424516004370127140107
Binary11111100101001011110000010001111100011011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA570; }

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

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

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

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

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

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

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

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