#F180A8

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

Shades of Tickle Me Pink #F180A8

Tints of Tickle Me Pink #F180A8

Color information

#F180A8 (or 0xF180A8) is unknown color: approx Tickle Me Pink. HEX triplet: F1, 80 and A8. RGB value is (241,128,168). Sum of RGB (Red+Green+Blue) = 241+128+168=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 168 (66.02% from 255 or 31.28% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F180A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F180A8 is #0E7F57. Grayscale: #A6A6A6. Windows color (decimal): -950104 or 11043057. OLE color: 11043057.

HSL color Cylindrical-coordinate representation of color #F180A8: hue angle of 338.76º 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 #F180A8 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB241128168-
CMYK00.470.300.05
HSL338.76º80.14%72.35%-
HSV(B)338.76º46.89%94.51%-
XYZ51.0636.9741.49-
YUV166.35128.94181.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.88%
GREEN value IS 128 (50.39% from 255) = 23.84%
BLUE value IS 168 (66.02% from 255) = 31.28%
R=44.88%
G=23.84%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112816800.470.300.05338.7680.1472.35
HexF180A802F1E51535048
Octal361200250057365523120110
Binary11110001100000001010100001011111111010110101001110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F180A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F180A8; }

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

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

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

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

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

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

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

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