#F885AA

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

Shades of Tickle Me Pink #F885AA

Tints of Tickle Me Pink #F885AA

Color information

#F885AA (or 0xF885AA) is unknown color: approx Tickle Me Pink. HEX triplet: F8, 85 and AA. RGB value is (248,133,170). Sum of RGB (Red+Green+Blue) = 248+133+170=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F885AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F885AA is #077A55. Grayscale: #ABABAB. Windows color (decimal): -490070 or 11175416. OLE color: 11175416.

HSL color Cylindrical-coordinate representation of color #F885AA: hue angle of 340.7º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F885AA is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB248133170-
CMYK00.460.310.03
HSL340.7º89.15%74.71%-
HSV(B)340.7º46.37%97.25%-
XYZ54.3539.6342.82-
YUV171.6127.1182.49-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 45.01%
GREEN value IS 133 (52.34% from 255) = 24.14%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=45.01%
G=24.14%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813317000.460.310.03340.789.1574.71
HexF885AA02E1F3155594b
Octal370205252056373525131113
Binary1111100010000101101010100101110111111110101010110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F885AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F885AA; }

 p { color: rgb(248,133,170); }

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

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

 a { background-color: rgb(248,133,170); }

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

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

 span { border-color: rgb(248,133,170); }

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