#FC7FA1

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

Shades of Tickle Me Pink #FC7FA1

Tints of Tickle Me Pink #FC7FA1

Color information

#FC7FA1 (or 0xFC7FA1) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 7F and A1. RGB value is (252,127,161). Sum of RGB (Red+Green+Blue) = 252+127+161=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 161 (63.28% from 255 or 29.81% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7FA1 is #03805E. Grayscale: #A8A8A8. Windows color (decimal): -229471 or 10584060. OLE color: 10584060.

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

Color convert

RGB252127161-
CMYK00.500.360.01
HSL343.68º95.42%74.31%-
HSV(B)343.68º49.6%98.82%-
XYZ54.1738.4538.28-
YUV168.25123.91187.74-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.67%
GREEN value IS 127 (50% from 255) = 23.52%
BLUE value IS 161 (63.28% from 255) = 29.81%
R=46.67%
G=23.52%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212716100.500.360.01343.6895.4274.31
HexFC7FA10322411585f4a
Octal374177241062441530137112
Binary111111001111111101000010110010100100110101100010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7FA1; }

 p { color: rgb(252,127,161); }

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

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

 a { background-color: rgb(252,127,161); }

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

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

 span { border-color: rgb(252,127,161); }

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