#FC7998

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

Shades of Tickle Me Pink #FC7998

Tints of Tickle Me Pink #FC7998

Color information

#FC7998 (or 0xFC7998) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 79 and 98. RGB value is (252,121,152). Sum of RGB (Red+Green+Blue) = 252+121+152=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7998 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7998 is #038667. Grayscale: #A3A3A3. Windows color (decimal): -231016 or 9992700. OLE color: 9992700.

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

Color convert

RGB252121152-
CMYK00.520.400.01
HSL345.8º95.62%73.14%-
HSV(B)345.8º51.98%98.82%-
XYZ52.6536.6434-
YUV163.7121.4190.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 48%
GREEN value IS 121 (47.66% from 255) = 23.05%
BLUE value IS 152 (59.77% from 255) = 28.95%
R=48%
G=23.05%
B=28.95%

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
Decimal25212115200.520.400.01345.895.6273.14
HexFC799803428115a6049
Octal374171230064501532140111
Binary111111001111001100110000110100101000110101101011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7998; }

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

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

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

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

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

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

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

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