#FC7992

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

Shades of Tickle Me Pink #FC7992

Tints of Tickle Me Pink #FC7992

Color information

#FC7992 (or 0xFC7992) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 79 and 92. RGB value is (252,121,146). Sum of RGB (Red+Green+Blue) = 252+121+146=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 121 (47.66% from 255 or 23.31% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7992 is #03866D. Grayscale: #A3A3A3. Windows color (decimal): -231022 or 9599484. OLE color: 9599484.

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

Color convert

RGB252121146-
CMYK00.520.420.01
HSL348.55º95.62%73.14%-
HSV(B)348.55º51.98%98.82%-
XYZ52.1736.4531.48-
YUV163.02118.4191.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48.55%
GREEN value IS 121 (47.66% from 255) = 23.31%
BLUE value IS 146 (57.42% from 255) = 28.13%
R=48.55%
G=23.31%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25212114600.520.420.01348.5595.6273.14
HexFC79920342A115d6049
Octal374171222064521535140111
Binary111111001111001100100100110100101010110101110111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7992; }

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

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

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

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

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

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

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

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