#FC7997

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

Shades of Tickle Me Pink #FC7997

Tints of Tickle Me Pink #FC7997

Color information

#FC7997 (or 0xFC7997) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 79 and 97. RGB value is (252,121,151). Sum of RGB (Red+Green+Blue) = 252+121+151=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7997 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7997 is #038668. Grayscale: #A3A3A3. Windows color (decimal): -231017 or 9927164. OLE color: 9927164.

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

Color convert

RGB252121151-
CMYK00.520.400.01
HSL346.26º95.62%73.14%-
HSV(B)346.26º51.98%98.82%-
XYZ52.5736.633.57-
YUV163.59120.9191.06-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.09%
GREEN value IS 121 (47.66% from 255) = 23.09%
BLUE value IS 151 (59.38% from 255) = 28.82%
R=48.09%
G=23.09%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212115100.520.400.01346.2695.6273.14
HexFC799703428115a6049
Octal374171227064501532140111
Binary111111001111001100101110110100101000110101101011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7997; }

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

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

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

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

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

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

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

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