#FC7490

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

Shades of Tickle Me Pink #FC7490

Tints of Tickle Me Pink #FC7490

Color information

#FC7490 (or 0xFC7490) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 74 and 90. RGB value is (252,116,144). Sum of RGB (Red+Green+Blue) = 252+116+144=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7490 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7490 is #038B6F. Grayscale: #9F9F9F. Windows color (decimal): -232304 or 9467132. OLE color: 9467132.

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

Color convert

RGB252116144-
CMYK00.540.430.01
HSL347.65º95.77%72.16%-
HSV(B)347.65º53.97%98.82%-
XYZ51.4235.230.47-
YUV159.86119.06193.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.22%
GREEN value IS 116 (45.70% from 255) = 22.66%
BLUE value IS 144 (56.64% from 255) = 28.12%
R=49.22%
G=22.66%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211614400.540.430.01347.6595.7772.16
HexFC74900362B115c6048
Octal374164220066531534140110
Binary111111001110100100100000110110101011110101110011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7490; }

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

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

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

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

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

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

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

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