#FA7D95

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

Shades of Tickle Me Pink #FA7D95

Tints of Tickle Me Pink #FA7D95

Color information

#FA7D95 (or 0xFA7D95) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 7D and 95. RGB value is (250,125,149). Sum of RGB (Red+Green+Blue) = 250+125+149=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7D95 is #05826A. Grayscale: #A5A5A5. Windows color (decimal): -361067 or 9797114. OLE color: 9797114.

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

Color convert

RGB250125149-
CMYK00.500.400.02
HSL348.48º92.59%73.53%-
HSV(B)348.48º50%98.04%-
XYZ52.1837.1632.86-
YUV165.11118.91188.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.71%
GREEN value IS 125 (49.22% from 255) = 23.85%
BLUE value IS 149 (58.59% from 255) = 28.44%
R=47.71%
G=23.85%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012514900.500.400.02348.4892.5973.53
HexFA7D9503228215c5d4a
Octal372175225062502534135112
Binary1111101011111011001010101100101010001010101110010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7D95; }

 p { color: rgb(250,125,149); }

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

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

 a { background-color: rgb(250,125,149); }

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

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

 span { border-color: rgb(250,125,149); }

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