#FA7B95

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

Shades of Tickle Me Pink #FA7B95

Tints of Tickle Me Pink #FA7B95

Color information

#FA7B95 (or 0xFA7B95) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 7B and 95. RGB value is (250,123,149). Sum of RGB (Red+Green+Blue) = 250+123+149=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 123 (48.44% from 255 or 23.56% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7B95 is #05846A. Grayscale: #A3A3A3. Windows color (decimal): -361579 or 9796602. OLE color: 9796602.

HSL color Cylindrical-coordinate representation of color #FA7B95: hue angle of 347.72º 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 #FA7B95 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250123149-
CMYK00.510.400.02
HSL347.72º92.7%73.14%-
HSV(B)347.72º50.8%98.04%-
XYZ51.9336.6632.77-
YUV163.94119.58189.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.89%
GREEN value IS 123 (48.44% from 255) = 23.56%
BLUE value IS 149 (58.59% from 255) = 28.54%
R=47.89%
G=23.56%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012314900.510.400.02347.7292.773.14
HexFA7B9503328215c5d49
Octal372173225063502534135111
Binary1111101011110111001010101100111010001010101110010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7B95; }

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

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

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

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

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

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

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

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