#FC7D9A

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

Shades of Tickle Me Pink #FC7D9A

Tints of Tickle Me Pink #FC7D9A

Color information

#FC7D9A (or 0xFC7D9A) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 7D and 9A. RGB value is (252,125,154). Sum of RGB (Red+Green+Blue) = 252+125+154=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7D9A is #038265. Grayscale: #A6A6A6. Windows color (decimal): -229990 or 10124796. OLE color: 10124796.

HSL color Cylindrical-coordinate representation of color #FC7D9A: hue angle of 346.3º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7D9A is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB252125154-
CMYK00.500.390.01
HSL346.3º95.49%73.92%-
HSV(B)346.3º50.4%98.82%-
XYZ53.3137.735.04-
YUV166.28121.08189.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.46%
GREEN value IS 125 (49.22% from 255) = 23.54%
BLUE value IS 154 (60.55% from 255) = 29.00%
R=47.46%
G=23.54%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212515400.500.390.01346.395.4973.92
HexFC7D9A03227115a5f4a
Octal374175232062471532137112
Binary111111001111101100110100110010100111110101101010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7D9A; }

 p { color: rgb(252,125,154); }

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

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

 a { background-color: rgb(252,125,154); }

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

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

 span { border-color: rgb(252,125,154); }

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