#F082A3

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

Shades of Tickle Me Pink #F082A3

Tints of Tickle Me Pink #F082A3

Color information

#F082A3 (or 0xF082A3) is unknown color: approx Tickle Me Pink. HEX triplet: F0, 82 and A3. RGB value is (240,130,163). Sum of RGB (Red+Green+Blue) = 240+130+163=533 (70% of max value = 765). Red value is 240 (94.14% from 255 or 45.03% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 163 (64.06% from 255 or 30.58% from 533); Max value from RGB is 240 - color contains mainly: red. Hex color #F082A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F082A3 is #0F7D5C. Grayscale: #A6A6A6. Windows color (decimal): -1015133 or 10715888. OLE color: 10715888.

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

Color convert

RGB240130163-
CMYK00.460.320.06
HSL342º78.57%72.55%-
HSV(B)342º45.83%94.12%-
XYZ50.5337.1339.15-
YUV166.65125.94180.32-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 45.03%
GREEN value IS 130 (51.17% from 255) = 24.39%
BLUE value IS 163 (64.06% from 255) = 30.58%
R=45.03%
G=24.39%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013016300.460.320.0634278.5772.55
HexF082A302E2061564f49
Octal360202243056406526117111
Binary111100001000001010100011010111010000011010101011010011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F082A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F082A3; }

 p { color: rgb(240,130,163); }

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

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

 a { background-color: rgb(240,130,163); }

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

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

 span { border-color: rgb(240,130,163); }

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