#FA7A94

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

Shades of Tickle Me Pink #FA7A94

Tints of Tickle Me Pink #FA7A94

Color information

#FA7A94 (or 0xFA7A94) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 7A and 94. RGB value is (250,122,148). Sum of RGB (Red+Green+Blue) = 250+122+148=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 122 (48.05% from 255 or 23.46% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7A94 is #05856B. Grayscale: #A3A3A3. Windows color (decimal): -361836 or 9730810. OLE color: 9730810.

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

Color convert

RGB250122148-
CMYK00.510.410.02
HSL347.81º92.75%72.94%-
HSV(B)347.81º51.2%98.04%-
XYZ51.7336.3832.31-
YUV163.24119.41189.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.08%
GREEN value IS 122 (48.05% from 255) = 23.46%
BLUE value IS 148 (58.20% from 255) = 28.46%
R=48.08%
G=23.46%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012214800.510.410.02347.8192.7572.94
HexFA7A9403329215c5d49
Octal372172224063512534135111
Binary1111101011110101001010001100111010011010101110010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7A94; }

 p { color: rgb(250,122,148); }

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

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

 a { background-color: rgb(250,122,148); }

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

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

 span { border-color: rgb(250,122,148); }

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