#FC7F97

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

Shades of Tickle Me Pink #FC7F97

Tints of Tickle Me Pink #FC7F97

Color information

#FC7F97 (or 0xFC7F97) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 7F and 97. RGB value is (252,127,151). Sum of RGB (Red+Green+Blue) = 252+127+151=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7F97 is #038068. Grayscale: #A7A7A7. Windows color (decimal): -229481 or 9928700. OLE color: 9928700.

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

Color convert

RGB252127151-
CMYK00.500.400.01
HSL348.48º95.42%74.31%-
HSV(B)348.48º49.6%98.82%-
XYZ53.3238.1133.82-
YUV167.11118.91188.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.55%
GREEN value IS 127 (50% from 255) = 23.96%
BLUE value IS 151 (59.38% from 255) = 28.49%
R=47.55%
G=23.96%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212715100.500.400.01348.4895.4274.31
HexFC7F9703228115c5f4a
Octal374177227062501534137112
Binary111111001111111100101110110010101000110101110010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7F97; }

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

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

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

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

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

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

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

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