#F26FA2

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

Shades of Tickle Me Pink #F26FA2

Tints of Tickle Me Pink #F26FA2

Color information

#F26FA2 (or 0xF26FA2) is unknown color: approx Tickle Me Pink. HEX triplet: F2, 6F and A2. RGB value is (242,111,162). Sum of RGB (Red+Green+Blue) = 242+111+162=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26FA2 is #0D905D. Grayscale: #9B9B9B. Windows color (decimal): -888926 or 10645490. OLE color: 10645490.

HSL color Cylindrical-coordinate representation of color #F26FA2: hue angle of 336.64º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F26FA2 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB242111162-
CMYK00.540.330.05
HSL336.64º83.44%69.22%-
HSV(B)336.64º54.13%94.9%-
XYZ48.8232.8537.95-
YUV155.98131.4189.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.99%
GREEN value IS 111 (43.75% from 255) = 21.55%
BLUE value IS 162 (63.67% from 255) = 31.46%
R=46.99%
G=21.55%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211116200.540.330.05336.6483.4469.22
HexF26FA20362151515345
Octal362157242066415521123105
Binary11110010110111110100010011011010000110110101000110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26FA2; }

 p { color: rgb(242,111,162); }

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

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

 a { background-color: rgb(242,111,162); }

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

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

 span { border-color: rgb(242,111,162); }

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