#FCA574

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

Shades of Hit Pink #FCA574

Tints of Hit Pink #FCA574

Color information

#FCA574 (or 0xFCA574) is unknown color: approx Hit Pink. HEX triplet: FC, A5 and 74. RGB value is (252,165,116). Sum of RGB (Red+Green+Blue) = 252+165+116=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA574 is #035A8B. Grayscale: #B9B9B9. Windows color (decimal): -219788 or 7644668. OLE color: 7644668.

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

Color convert

RGB252165116-
CMYK00.350.540.01
HSL21.62º95.77%72.16%-
HSV(B)21.62º53.97%98.82%-
XYZ56.7548.8722.96-
YUV185.4388.82175.48-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.28%
GREEN value IS 165 (64.84% from 255) = 30.96%
BLUE value IS 116 (45.70% from 255) = 21.76%
R=47.28%
G=30.96%
B=21.76%

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
Decimal25216511600.350.540.0121.6295.7772.16
HexFCA574023361166048
Octal37424516404366126140110
Binary11111100101001011110100010001111011011011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA574; }

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

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

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

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

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

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

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

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