#F26FA1

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

Shades of Tickle Me Pink #F26FA1

Tints of Tickle Me Pink #F26FA1

Color information

#F26FA1 (or 0xF26FA1) is unknown color: approx Tickle Me Pink. HEX triplet: F2, 6F and A1. RGB value is (242,111,161). Sum of RGB (Red+Green+Blue) = 242+111+161=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 161 (63.28% from 255 or 31.32% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F26FA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26FA1 is #0D905E. Grayscale: #9B9B9B. Windows color (decimal): -888927 or 10579954. OLE color: 10579954.

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

Color convert

RGB242111161-
CMYK00.540.330.05
HSL337.1º83.44%69.22%-
HSV(B)337.1º54.13%94.9%-
XYZ48.7432.8237.48-
YUV155.87130.9189.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.08%
GREEN value IS 111 (43.75% from 255) = 21.60%
BLUE value IS 161 (63.28% from 255) = 31.32%
R=47.08%
G=21.60%
B=31.32%

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
Decimal24211116100.540.330.05337.183.4469.22
HexF26FA10362151515345
Octal362157241066415521123105
Binary11110010110111110100001011011010000110110101000110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26FA1; }

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

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

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

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

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

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

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

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