#FA82A1

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

Shades of Tickle Me Pink #FA82A1

Tints of Tickle Me Pink #FA82A1

Color information

#FA82A1 (or 0xFA82A1) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 82 and A1. RGB value is (250,130,161). Sum of RGB (Red+Green+Blue) = 250+130+161=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 161 (63.28% from 255 or 29.76% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA82A1 is #057D5E. Grayscale: #A9A9A9. Windows color (decimal): -359775 or 10584826. OLE color: 10584826.

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

Color convert

RGB250130161-
CMYK00.480.360.02
HSL344.5º92.31%74.51%-
HSV(B)344.5º48%98.04%-
XYZ53.8438.8638.38-
YUV169.41123.26185.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.21%
GREEN value IS 130 (51.17% from 255) = 24.03%
BLUE value IS 161 (63.28% from 255) = 29.76%
R=46.21%
G=24.03%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013016100.480.360.02344.592.3174.51
HexFA82A10302421585c4b
Octal372202241060442530134113
Binary11111010100000101010000101100001001001010101100010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA82A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA82A1; }

 p { color: rgb(250,130,161); }

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

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

 a { background-color: rgb(250,130,161); }

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

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

 span { border-color: rgb(250,130,161); }

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