#F180A5

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

Shades of Tickle Me Pink #F180A5

Tints of Tickle Me Pink #F180A5

Color information

#F180A5 (or 0xF180A5) is unknown color: approx Tickle Me Pink. HEX triplet: F1, 80 and A5. RGB value is (241,128,165). Sum of RGB (Red+Green+Blue) = 241+128+165=534 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.13% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 241 - color contains mainly: red. Hex color #F180A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F180A5 is #0E7F5A. Grayscale: #A5A5A5. Windows color (decimal): -950107 or 10846449. OLE color: 10846449.

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

Color convert

RGB241128165-
CMYK00.470.320.05
HSL340.35º80.14%72.35%-
HSV(B)340.35º46.89%94.51%-
XYZ50.7936.8640.03-
YUV166127.44181.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.13%
GREEN value IS 128 (50.39% from 255) = 23.97%
BLUE value IS 165 (64.84% from 255) = 30.90%
R=45.13%
G=23.97%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112816500.470.320.05340.3580.1472.35
HexF180A502F2051545048
Octal361200245057405524120110
Binary111100011000000010100101010111110000010110101010010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F180A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F180A5; }

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

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

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

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

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

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

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

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