#FA7BA0

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

Shades of Tickle Me Pink #FA7BA0

Tints of Tickle Me Pink #FA7BA0

Color information

#FA7BA0 (or 0xFA7BA0) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 7B and A0. RGB value is (250,123,160). Sum of RGB (Red+Green+Blue) = 250+123+160=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7BA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7BA0 is #05845F. Grayscale: #A5A5A5. Windows color (decimal): -361568 or 10517498. OLE color: 10517498.

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

Color convert

RGB250123160-
CMYK00.510.360.02
HSL342.52º92.7%73.14%-
HSV(B)342.52º50.8%98.04%-
XYZ52.8537.0337.62-
YUV165.19125.08188.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.90%
GREEN value IS 123 (48.44% from 255) = 23.08%
BLUE value IS 160 (62.89% from 255) = 30.02%
R=46.90%
G=23.08%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012316000.510.360.02342.5292.773.14
HexFA7BA00332421575d49
Octal372173240063442527135111
Binary1111101011110111010000001100111001001010101011110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7BA0; }

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

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

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

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

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

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

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

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