#f26f9c

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

Shades of Tickle Me Pink #F26F9C

Tints of Tickle Me Pink #F26F9C

Color information

#F26F9C (or 0xF26F9C) is unknown color: approx Tickle Me Pink. HEX triplet: F2, 6F and 9C. RGB value is (242,111,156). Sum of RGB (Red+Green+Blue) = 242+111+156=509 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.54% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26F9C is #0D9063. Grayscale: #9B9B9B. Windows color (decimal): -888932 or 10252274. OLE color: 10252274.

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

Color convert

RGB242111156-
CMYK00.540.360.05
HSL339.39º83.44%69.22%-
HSV(B)339.39º54.13%94.9%-
XYZ48.332.6535.21-
YUV155.3128.4189.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.54%
GREEN value IS 111 (43.75% from 255) = 21.81%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=47.54%
G=21.81%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211115600.540.360.05339.3983.4469.22
HexF26F9C0362451535345
Octal362157234066445523123105
Binary11110010110111110011100011011010010010110101001110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f26f9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f26f9c; }

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

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

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

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

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

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

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

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