#FC9F71

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

Shades of Hit Pink #FC9F71

Tints of Hit Pink #FC9F71

Color information

#FC9F71 (or 0xFC9F71) is unknown color: approx Hit Pink. HEX triplet: FC, 9F and 71. RGB value is (252,159,113). Sum of RGB (Red+Green+Blue) = 252+159+113=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9F71 is #03608E. Grayscale: #B5B5B5. Windows color (decimal): -221327 or 7446524. OLE color: 7446524.

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

Color convert

RGB252159113-
CMYK00.370.550.01
HSL19.86º95.86%71.57%-
HSV(B)19.86º55.16%98.82%-
XYZ55.5246.6821.71-
YUV181.5689.31178.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.09%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 113 (44.53% from 255) = 21.56%
R=48.09%
G=30.34%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25215911300.370.550.0119.8695.8671.57
HexFC9F71025371146048
Octal37423716104567124140110
Binary11111100100111111110001010010111011111010011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC9F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC9F71; }

 p { color: rgb(252,159,113); }

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

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

 a { background-color: rgb(252,159,113); }

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

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

 span { border-color: rgb(252,159,113); }

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