#F081A5

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

Shades of Tickle Me Pink #F081A5

Tints of Tickle Me Pink #F081A5

Color information

#F081A5 (or 0xF081A5) is unknown color: approx Tickle Me Pink. HEX triplet: F0, 81 and A5. RGB value is (240,129,165). Sum of RGB (Red+Green+Blue) = 240+129+165=534 (70% of max value = 765). Red value is 240 (94.14% from 255 or 44.94% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 240 - color contains mainly: red. Hex color #F081A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F081A5 is #0F7E5A. Grayscale: #A6A6A6. Windows color (decimal): -1015387 or 10846704. OLE color: 10846704.

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

Color convert

RGB240129165-
CMYK00.460.310.06
HSL340.54º78.72%72.35%-
HSV(B)340.54º46.25%94.12%-
XYZ50.5836.9440.06-
YUV166.29127.27180.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.94%
GREEN value IS 129 (50.78% from 255) = 24.16%
BLUE value IS 165 (64.84% from 255) = 30.90%
R=44.94%
G=24.16%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012916500.460.310.06340.5478.7272.35
HexF081A502E1F61554f48
Octal360201245056376525117110
Binary11110000100000011010010101011101111111010101010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F081A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F081A5; }

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

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

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

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

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

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

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

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