#FC769A

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

Shades of Tickle Me Pink #FC769A

Tints of Tickle Me Pink #FC769A

Color information

#FC769A (or 0xFC769A) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 76 and 9A. RGB value is (252,118,154). Sum of RGB (Red+Green+Blue) = 252+118+154=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FC769A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC769A is #038965. Grayscale: #A2A2A2. Windows color (decimal): -231782 or 10123004. OLE color: 10123004.

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

Color convert

RGB252118154-
CMYK00.530.390.01
HSL343.88º95.71%72.55%-
HSV(B)343.88º53.17%98.82%-
XYZ52.4635.9934.75-
YUV162.17123.39192.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.09%
GREEN value IS 118 (46.48% from 255) = 22.52%
BLUE value IS 154 (60.55% from 255) = 29.39%
R=48.09%
G=22.52%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211815400.530.390.01343.8895.7172.55
HexFC769A0352711586049
Octal374166232065471530140111
Binary111111001110110100110100110101100111110101100011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC769A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC769A; }

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

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

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

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

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

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

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

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