#FA81B1

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

Shades of Tickle Me Pink #FA81B1

Tints of Tickle Me Pink #FA81B1

Color information

#FA81B1 (or 0xFA81B1) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 81 and B1. RGB value is (250,129,177). Sum of RGB (Red+Green+Blue) = 250+129+177=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA81B1 is #057E4E. Grayscale: #AAAAAA. Windows color (decimal): -360015 or 11633146. OLE color: 11633146.

HSL color Cylindrical-coordinate representation of color #FA81B1: hue angle of 336.2º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA81B1 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB250129177-
CMYK00.480.290.02
HSL336.2º92.37%74.31%-
HSV(B)336.2º48.4%98.04%-
XYZ55.2139.246.25-
YUV170.65131.59184.6-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.96%
GREEN value IS 129 (50.78% from 255) = 23.20%
BLUE value IS 177 (69.53% from 255) = 31.83%
R=44.96%
G=23.20%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012917700.480.290.02336.292.3774.31
HexFA81B10301D21505c4a
Octal372201261060352520134112
Binary1111101010000001101100010110000111011010101000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81B1; }

 p { color: rgb(250,129,177); }

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

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

 a { background-color: rgb(250,129,177); }

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

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

 span { border-color: rgb(250,129,177); }

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