#FC7FA5

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

Shades of Tickle Me Pink #FC7FA5

Tints of Tickle Me Pink #FC7FA5

Color information

#FC7FA5 (or 0xFC7FA5) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 7F and A5. RGB value is (252,127,165). Sum of RGB (Red+Green+Blue) = 252+127+165=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 165 (64.84% from 255 or 30.33% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7FA5 is #03805A. Grayscale: #A8A8A8. Windows color (decimal): -229467 or 10846204. OLE color: 10846204.

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

Color convert

RGB252127165-
CMYK00.500.350.01
HSL341.76º95.42%74.31%-
HSV(B)341.76º49.6%98.82%-
XYZ54.5338.5940.17-
YUV168.71125.91187.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.32%
GREEN value IS 127 (50% from 255) = 23.35%
BLUE value IS 165 (64.84% from 255) = 30.33%
R=46.32%
G=23.35%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212716500.500.350.01341.7695.4274.31
HexFC7FA50322311565f4a
Octal374177245062431526137112
Binary111111001111111101001010110010100011110101011010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7FA5; }

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

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

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

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

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

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

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

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