#F182AA

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

Shades of Tickle Me Pink #F182AA

Tints of Tickle Me Pink #F182AA

Color information

#F182AA (or 0xF182AA) is unknown color: approx Tickle Me Pink. HEX triplet: F1, 82 and AA. RGB value is (241,130,170). Sum of RGB (Red+Green+Blue) = 241+130+170=541 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.55% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 241 - color contains mainly: red. Hex color #F182AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F182AA is #0E7D55. Grayscale: #A7A7A7. Windows color (decimal): -949590 or 11174641. OLE color: 11174641.

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

Color convert

RGB241130170-
CMYK00.460.290.05
HSL338.38º79.86%72.75%-
HSV(B)338.38º46.06%94.51%-
XYZ51.5137.5742.57-
YUV167.75129.27180.25-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.55%
GREEN value IS 130 (51.17% from 255) = 24.03%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=44.55%
G=24.03%
B=31.42%

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
Decimal24113017000.460.290.05338.3879.8672.75
HexF182AA02E1D51525049
Octal361202252056355522120111
Binary11110001100000101010101001011101110110110101001010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F182AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F182AA; }

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

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

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

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

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

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

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

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