#FA71A0

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

Shades of Tickle Me Pink #FA71A0

Tints of Tickle Me Pink #FA71A0

Color information

#FA71A0 (or 0xFA71A0) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 71 and A0. RGB value is (250,113,160). Sum of RGB (Red+Green+Blue) = 250+113+160=523 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.80% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 160 (62.89% from 255 or 30.59% from 523); Max value from RGB is 250 - color contains mainly: red. Hex color #FA71A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA71A0 is #058E5F. Grayscale: #9F9F9F. Windows color (decimal): -364128 or 10514938. OLE color: 10514938.

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

Color convert

RGB250113160-
CMYK00.550.360.02
HSL339.42º93.2%71.18%-
HSV(B)339.42º54.8%98.04%-
XYZ51.6734.6737.23-
YUV159.32128.39192.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.80%
GREEN value IS 113 (44.53% from 255) = 21.61%
BLUE value IS 160 (62.89% from 255) = 30.59%
R=47.80%
G=21.61%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011316000.550.360.02339.4293.271.18
HexFA71A00372421535d47
Octal372161240067442523135107
Binary1111101011100011010000001101111001001010101001110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA71A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA71A0; }

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

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

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

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

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

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

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

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