#FC7294

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

Shades of Tickle Me Pink #FC7294

Tints of Tickle Me Pink #FC7294

Color information

#FC7294 (or 0xFC7294) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 72 and 94. RGB value is (252,114,148). Sum of RGB (Red+Green+Blue) = 252+114+148=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 114 (44.92% from 255 or 22.18% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7294 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7294 is #038D6B. Grayscale: #9F9F9F. Windows color (decimal): -232812 or 9728764. OLE color: 9728764.

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

Color convert

RGB252114148-
CMYK00.550.410.01
HSL345.22º95.83%71.76%-
HSV(B)345.22º54.76%98.82%-
XYZ51.5134.8732.03-
YUV159.14121.72194.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 49.03%
GREEN value IS 114 (44.92% from 255) = 22.18%
BLUE value IS 148 (58.20% from 255) = 28.79%
R=49.03%
G=22.18%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211414800.550.410.01345.2295.8371.76
HexFC72940372911596048
Octal374162224067511531140110
Binary111111001110010100101000110111101001110101100111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7294; }

 p { color: rgb(252,114,148); }

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

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

 a { background-color: rgb(252,114,148); }

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

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

 span { border-color: rgb(252,114,148); }

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