#FA82A4

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

Shades of Tickle Me Pink #FA82A4

Tints of Tickle Me Pink #FA82A4

Color information

#FA82A4 (or 0xFA82A4) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 82 and A4. RGB value is (250,130,164). Sum of RGB (Red+Green+Blue) = 250+130+164=544 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.96% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 250 - color contains mainly: red. Hex color #FA82A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA82A4 is #057D5B. Grayscale: #A9A9A9. Windows color (decimal): -359772 or 10781434. OLE color: 10781434.

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

Color convert

RGB250130164-
CMYK00.480.340.02
HSL343º92.31%74.51%-
HSV(B)343º48%98.04%-
XYZ54.1138.9739.79-
YUV169.76124.76185.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.96%
GREEN value IS 130 (51.17% from 255) = 23.90%
BLUE value IS 164 (64.45% from 255) = 30.15%
R=45.96%
G=23.90%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013016400.480.340.0234392.3174.51
HexFA82A40302221575c4b
Octal372202244060422527134113
Binary11111010100000101010010001100001000101010101011110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA82A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA82A4; }

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

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

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

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

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

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

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

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