#F881A0

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

Shades of Tickle Me Pink #F881A0

Tints of Tickle Me Pink #F881A0

Color information

#F881A0 (or 0xF881A0) is unknown color: approx Tickle Me Pink. HEX triplet: F8, 81 and A0. RGB value is (248,129,160). Sum of RGB (Red+Green+Blue) = 248+129+160=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 160 (62.89% from 255 or 29.80% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F881A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F881A0 is #077E5F. Grayscale: #A8A8A8. Windows color (decimal): -491104 or 10519032. OLE color: 10519032.

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

Color convert

RGB248129160-
CMYK00.480.350.03
HSL344.37º89.47%73.92%-
HSV(B)344.37º47.98%97.25%-
XYZ52.9138.237.84-
YUV168.12123.42184.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 46.18%
GREEN value IS 129 (50.78% from 255) = 24.02%
BLUE value IS 160 (62.89% from 255) = 29.80%
R=46.18%
G=24.02%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812916000.480.350.03344.3789.4773.92
HexF881A0030233158594a
Octal370201240060433530131112
Binary11111000100000011010000001100001000111110101100010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F881A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F881A0; }

 p { color: rgb(248,129,160); }

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

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

 a { background-color: rgb(248,129,160); }

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

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

 span { border-color: rgb(248,129,160); }

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