#FC7996

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

Shades of Tickle Me Pink #FC7996

Tints of Tickle Me Pink #FC7996

Color information

#FC7996 (or 0xFC7996) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 79 and 96. RGB value is (252,121,150). Sum of RGB (Red+Green+Blue) = 252+121+150=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7996 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7996 is #038669. Grayscale: #A3A3A3. Windows color (decimal): -231018 or 9861628. OLE color: 9861628.

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

Color convert

RGB252121150-
CMYK00.520.400.01
HSL346.72º95.62%73.14%-
HSV(B)346.72º51.98%98.82%-
XYZ52.4936.5733.15-
YUV163.48120.4191.14-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.18%
GREEN value IS 121 (47.66% from 255) = 23.14%
BLUE value IS 150 (58.98% from 255) = 28.68%
R=48.18%
G=23.14%
B=28.68%

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
Decimal25212115000.520.400.01346.7295.6273.14
HexFC799603428115b6049
Octal374171226064501533140111
Binary111111001111001100101100110100101000110101101111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7996; }

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

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

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

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

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

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

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

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