#FC7F98

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

Shades of Tickle Me Pink #FC7F98

Tints of Tickle Me Pink #FC7F98

Color information

#FC7F98 (or 0xFC7F98) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 7F and 98. RGB value is (252,127,152). Sum of RGB (Red+Green+Blue) = 252+127+152=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7F98 is #038067. Grayscale: #A7A7A7. Windows color (decimal): -229480 or 9994236. OLE color: 9994236.

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

Color convert

RGB252127152-
CMYK00.500.400.01
HSL348º95.42%74.31%-
HSV(B)348º49.6%98.82%-
XYZ53.438.1434.25-
YUV167.22119.41188.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.46%
GREEN value IS 127 (50% from 255) = 23.92%
BLUE value IS 152 (59.77% from 255) = 28.63%
R=47.46%
G=23.92%
B=28.63%

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
Decimal25212715200.500.400.0134895.4274.31
HexFC7F9803228115c5f4a
Octal374177230062501534137112
Binary111111001111111100110000110010101000110101110010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7F98; }

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

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

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

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

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

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

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

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