#FC70A5

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

Shades of Tickle Me Pink #FC70A5

Tints of Tickle Me Pink #FC70A5

Color information

#FC70A5 (or 0xFC70A5) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 70 and A5. RGB value is (252,112,165). Sum of RGB (Red+Green+Blue) = 252+112+165=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FC70A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC70A5 is #038F5A. Grayscale: #9F9F9F. Windows color (decimal): -233307 or 10842364. OLE color: 10842364.

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

Color convert

RGB252112165-
CMYK00.560.350.01
HSL337.29º95.89%71.37%-
HSV(B)337.29º55.56%98.82%-
XYZ52.733539.57-
YUV159.9130.88193.69-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.64%
GREEN value IS 112 (44.14% from 255) = 21.17%
BLUE value IS 165 (64.84% from 255) = 31.19%
R=47.64%
G=21.17%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211216500.560.350.01337.2995.8971.37
HexFC70A50382311516047
Octal374160245070431521140107
Binary111111001110000101001010111000100011110101000111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC70A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC70A5; }

 p { color: rgb(252,112,165); }

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

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

 a { background-color: rgb(252,112,165); }

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

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

 span { border-color: rgb(252,112,165); }

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