#F180AA

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

Shades of Tickle Me Pink #F180AA

Tints of Tickle Me Pink #F180AA

Color information

#F180AA (or 0xF180AA) is unknown color: approx Tickle Me Pink. HEX triplet: F1, 80 and AA. RGB value is (241,128,170). Sum of RGB (Red+Green+Blue) = 241+128+170=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F180AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F180AA is #0E7F55. Grayscale: #A6A6A6. Windows color (decimal): -950102 or 11174129. OLE color: 11174129.

HSL color Cylindrical-coordinate representation of color #F180AA: hue angle of 337.7º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F180AA is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB241128170-
CMYK00.470.290.05
HSL337.7º80.14%72.35%-
HSV(B)337.7º46.89%94.51%-
XYZ51.2537.0442.48-
YUV166.58129.94181.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.71%
GREEN value IS 128 (50.39% from 255) = 23.75%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=44.71%
G=23.75%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112817000.470.290.05337.780.1472.35
HexF180AA02F1D51525048
Octal361200252057355522120110
Binary11110001100000001010101001011111110110110101001010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F180AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F180AA; }

 p { color: rgb(241,128,170); }

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

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

 a { background-color: rgb(241,128,170); }

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

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

 span { border-color: rgb(241,128,170); }

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