#FA85A8

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

Shades of Tickle Me Pink #FA85A8

Tints of Tickle Me Pink #FA85A8

Color information

#FA85A8 (or 0xFA85A8) is unknown color: approx Tickle Me Pink. HEX triplet: FA, 85 and A8. RGB value is (250,133,168). Sum of RGB (Red+Green+Blue) = 250+133+168=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 168 (66.02% from 255 or 30.49% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FA85A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA85A8 is #057A57. Grayscale: #ABABAB. Windows color (decimal): -359000 or 11044346. OLE color: 11044346.

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

Color convert

RGB250133168-
CMYK00.470.330.02
HSL342.05º92.13%75.1%-
HSV(B)342.05º46.8%98.04%-
XYZ54.8839.9341.86-
YUV171.97125.76183.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 45.37%
GREEN value IS 133 (52.34% from 255) = 24.14%
BLUE value IS 168 (66.02% from 255) = 30.49%
R=45.37%
G=24.14%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013316800.470.330.02342.0592.1375.1
HexFA85A802F2121565c4b
Octal372205250057412526134113
Binary11111010100001011010100001011111000011010101011010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA85A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA85A8; }

 p { color: rgb(250,133,168); }

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

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

 a { background-color: rgb(250,133,168); }

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

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

 span { border-color: rgb(250,133,168); }

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