#FA7C94

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

Shades of Tickle Me Pink #FA7C94

Tints of Tickle Me Pink #FA7C94

Color information

#FA7C94 (or 0xFA7C94) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 7C and 94. RGB value is (250,124,148). Sum of RGB (Red+Green+Blue) = 250+124+148=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7C94 is #05836B. Grayscale: #A4A4A4. Windows color (decimal): -361324 or 9731322. OLE color: 9731322.

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

Color convert

RGB250124148-
CMYK00.500.410.02
HSL348.57º92.65%73.33%-
HSV(B)348.57º50.4%98.04%-
XYZ51.9836.8832.4-
YUV164.41118.74189.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.89%
GREEN value IS 124 (48.83% from 255) = 23.75%
BLUE value IS 148 (58.20% from 255) = 28.35%
R=47.89%
G=23.75%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012414800.500.410.02348.5792.6573.33
HexFA7C9403229215d5d49
Octal372174224062512535135111
Binary1111101011111001001010001100101010011010101110110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7C94; }

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

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

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

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

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

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

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

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