#F081AA

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

Shades of Tickle Me Pink #F081AA

Tints of Tickle Me Pink #F081AA

Color information

#F081AA (or 0xF081AA) is unknown color: approx Tickle Me Pink. HEX triplet: F0, 81 and AA. RGB value is (240,129,170). Sum of RGB (Red+Green+Blue) = 240+129+170=539 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.53% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 170 (66.80% from 255 or 31.54% from 539); Max value from RGB is 240 - color contains mainly: red. Hex color #F081AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F081AA is #0F7E55. Grayscale: #A6A6A6. Windows color (decimal): -1015382 or 11174384. OLE color: 11174384.

HSL color Cylindrical-coordinate representation of color #F081AA: hue angle of 337.84º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F081AA is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB240129170-
CMYK00.460.290.06
HSL337.84º78.72%72.35%-
HSV(B)337.84º46.25%94.12%-
XYZ51.0437.1342.51-
YUV166.86129.77180.17-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.53%
GREEN value IS 129 (50.78% from 255) = 23.93%
BLUE value IS 170 (66.80% from 255) = 31.54%
R=44.53%
G=23.93%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012917000.460.290.06337.8478.7272.35
HexF081AA02E1D61524f48
Octal360201252056356522117110
Binary11110000100000011010101001011101110111010101001010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F081AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F081AA; }

 p { color: rgb(240,129,170); }

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

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

 a { background-color: rgb(240,129,170); }

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

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

 span { border-color: rgb(240,129,170); }

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