#F182AC

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

Shades of Tickle Me Pink #F182AC

Tints of Tickle Me Pink #F182AC

Color information

#F182AC (or 0xF182AC) is unknown color: approx Tickle Me Pink. HEX triplet: F1, 82 and AC. RGB value is (241,130,172). Sum of RGB (Red+Green+Blue) = 241+130+172=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F182AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F182AC is #0E7D53. Grayscale: #A7A7A7. Windows color (decimal): -949588 or 11305713. OLE color: 11305713.

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

Color convert

RGB241130172-
CMYK00.460.290.05
HSL337.3º79.86%72.75%-
HSV(B)337.3º46.06%94.51%-
XYZ51.737.6443.57-
YUV167.98130.27180.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.38%
GREEN value IS 130 (51.17% from 255) = 23.94%
BLUE value IS 172 (67.58% from 255) = 31.68%
R=44.38%
G=23.94%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113017200.460.290.05337.379.8672.75
HexF182AC02E1D51515049
Octal361202254056355521120111
Binary11110001100000101010110001011101110110110101000110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F182AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F182AC; }

 p { color: rgb(241,130,172); }

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

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

 a { background-color: rgb(241,130,172); }

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

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

 span { border-color: rgb(241,130,172); }

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