#FA76A1

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

Shades of Tickle Me Pink #FA76A1

Tints of Tickle Me Pink #FA76A1

Color information

#FA76A1 (or 0xFA76A1) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 76 and A1. RGB value is (250,118,161). Sum of RGB (Red+Green+Blue) = 250+118+161=529 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.26% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 161 (63.28% from 255 or 30.43% from 529); Max value from RGB is 250 - color contains mainly: red. Hex color #FA76A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA76A1 is #05895E. Grayscale: #A2A2A2. Windows color (decimal): -362847 or 10581754. OLE color: 10581754.

HSL color Cylindrical-coordinate representation of color #FA76A1: hue angle of 340.45º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA76A1 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB250118161-
CMYK00.530.360.02
HSL340.45º92.96%72.16%-
HSV(B)340.45º52.8%98.04%-
XYZ52.3435.8537.88-
YUV162.37127.23190.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.26%
GREEN value IS 118 (46.48% from 255) = 22.31%
BLUE value IS 161 (63.28% from 255) = 30.43%
R=47.26%
G=22.31%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011816100.530.360.02340.4592.9672.16
HexFA76A10352421545d48
Octal372166241065442524135110
Binary1111101011101101010000101101011001001010101010010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA76A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA76A1; }

 p { color: rgb(250,118,161); }

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

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

 a { background-color: rgb(250,118,161); }

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

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

 span { border-color: rgb(250,118,161); }

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