#FC75A0

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

Shades of Tickle Me Pink #FC75A0

Tints of Tickle Me Pink #FC75A0

Color information

#FC75A0 (or 0xFC75A0) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 75 and A0. RGB value is (252,117,160). Sum of RGB (Red+Green+Blue) = 252+117+160=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 160 (62.89% from 255 or 30.25% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC75A0 is #038A5F. Grayscale: #A2A2A2. Windows color (decimal): -232032 or 10515964. OLE color: 10515964.

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

Color convert

RGB252117160-
CMYK00.540.370.01
HSL340.89º95.74%72.35%-
HSV(B)340.89º53.57%98.82%-
XYZ52.8535.9637.41-
YUV162.27126.73192-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.64%
GREEN value IS 117 (46.09% from 255) = 22.12%
BLUE value IS 160 (62.89% from 255) = 30.25%
R=47.64%
G=22.12%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211716000.540.370.01340.8995.7472.35
HexFC75A00362511556048
Octal374165240066451525140110
Binary111111001110101101000000110110100101110101010111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC75A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC75A0; }

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

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

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

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

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

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

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

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