#FA81B2

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

Shades of Tickle Me Pink #FA81B2

Tints of Tickle Me Pink #FA81B2

Color information

#FA81B2 (or 0xFA81B2) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 81 and B2. RGB value is (250,129,178). Sum of RGB (Red+Green+Blue) = 250+129+178=557 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.88% from 557); Green value is 129 (50.78% from 255 or 23.16% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 250 - color contains mainly: red. Hex color #FA81B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA81B2 is #057E4D. Grayscale: #AAAAAA. Windows color (decimal): -360014 or 11698682. OLE color: 11698682.

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

Color convert

RGB250129178-
CMYK00.480.290.02
HSL335.7º92.37%74.31%-
HSV(B)335.7º48.4%98.04%-
XYZ55.3139.2446.78-
YUV170.76132.09184.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 44.88%
GREEN value IS 129 (50.78% from 255) = 23.16%
BLUE value IS 178 (69.92% from 255) = 31.96%
R=44.88%
G=23.16%
B=31.96%

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
Decimal25012917800.480.290.02335.792.3774.31
HexFA81B20301D21505c4a
Octal372201262060352520134112
Binary1111101010000001101100100110000111011010101000010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA81B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA81B2; }

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

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

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

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

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

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

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

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