#F26F9F

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

Shades of Tickle Me Pink #F26F9F

Tints of Tickle Me Pink #F26F9F

Color information

#F26F9F (or 0xF26F9F) is unknown color: approx Tickle Me Pink. HEX triplet: F2, 6F and 9F. RGB value is (242,111,159). Sum of RGB (Red+Green+Blue) = 242+111+159=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F26F9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F26F9F is #0D9060. Grayscale: #9B9B9B. Windows color (decimal): -888929 or 10448882. OLE color: 10448882.

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

Color convert

RGB242111159-
CMYK00.540.340.05
HSL338.02º83.44%69.22%-
HSV(B)338.02º54.13%94.9%-
XYZ48.5632.7536.56-
YUV155.64129.9189.6-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 47.27%
GREEN value IS 111 (43.75% from 255) = 21.68%
BLUE value IS 159 (62.5% from 255) = 31.05%
R=47.27%
G=21.68%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211115900.540.340.05338.0283.4469.22
HexF26F9F0362251525345
Octal362157237066425522123105
Binary11110010110111110011111011011010001010110101001010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F26F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F26F9F; }

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

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

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

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

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

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

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

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