#FA81B0

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

Shades of Tickle Me Pink #FA81B0

Tints of Tickle Me Pink #FA81B0

Color information

#FA81B0 (or 0xFA81B0) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 81 and B0. RGB value is (250,129,176). Sum of RGB (Red+Green+Blue) = 250+129+176=555 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.05% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA81B0 is #057E4F. Grayscale: #AAAAAA. Windows color (decimal): -360016 or 11567610. OLE color: 11567610.

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

Color convert

RGB250129176-
CMYK00.480.300.02
HSL336.69º92.37%74.31%-
HSV(B)336.69º48.4%98.04%-
XYZ55.1139.1645.73-
YUV170.54131.09184.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.05%
GREEN value IS 129 (50.78% from 255) = 23.24%
BLUE value IS 176 (69.14% from 255) = 31.71%
R=45.05%
G=23.24%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012917600.480.300.02336.6992.3774.31
HexFA81B00301E21515c4a
Octal372201260060362521134112
Binary1111101010000001101100000110000111101010101000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81B0; }

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

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

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

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

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

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

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

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