#FC75AC

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

Shades of Tickle Me Pink #FC75AC

Tints of Tickle Me Pink #FC75AC

Color information

#FC75AC (or 0xFC75AC) is unknown color: approx Tickle Me Pink. HEX triplet: FC, 75 and AC. RGB value is (252,117,172). Sum of RGB (Red+Green+Blue) = 252+117+172=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 117 (46.09% from 255 or 21.63% from 541); Blue value is 172 (67.58% from 255 or 31.79% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC75AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC75AC is #038A53. Grayscale: #A3A3A3. Windows color (decimal): -232020 or 11302396. OLE color: 11302396.

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

Color convert

RGB252117172-
CMYK00.540.320.01
HSL335.56º95.74%72.35%-
HSV(B)335.56º53.57%98.82%-
XYZ53.9536.443.21-
YUV163.64132.73191.03-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.58%
GREEN value IS 117 (46.09% from 255) = 21.63%
BLUE value IS 172 (67.58% from 255) = 31.79%
R=46.58%
G=21.63%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25211717200.540.320.01335.5695.7472.35
HexFC75AC0362011506048
Octal374165254066401520140110
Binary111111001110101101011000110110100000110101000011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC75AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC75AC; }

 p { color: rgb(252,117,172); }

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

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

 a { background-color: rgb(252,117,172); }

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

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

 span { border-color: rgb(252,117,172); }

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