#FF6C96

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

Shades of Tickle Me Pink #FF6C96

Tints of Tickle Me Pink #FF6C96

Color information

#FF6C96 (or 0xFF6C96) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 6C and 96. RGB value is (255,108,150). Sum of RGB (Red+Green+Blue) = 255+108+150=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 108 (42.58% from 255 or 21.05% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6C96 is #009369. Grayscale: #9C9C9C. Windows color (decimal): -37738 or 9858303. OLE color: 9858303.

HSL color Cylindrical-coordinate representation of color #FF6C96: hue angle of 342.86º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6C96 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB255108150-
CMYK00.580.410
HSL342.86º100%71.18%-
HSV(B)342.86º57.65%100%-
XYZ52.1134.1932.71-
YUV156.74124.2198.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 108 (42.58% from 255) = 21.05%
BLUE value IS 150 (58.98% from 255) = 29.24%
R=49.71%
G=21.05%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510815000.580.410342.8610071.18
HexFF6C9603A2901576447
Octal377154226072510527144107
Binary111111111101100100101100111010101001010101011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6C96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6C96; }

 p { color: rgb(255,108,150); }

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

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

 a { background-color: rgb(255,108,150); }

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

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

 span { border-color: rgb(255,108,150); }

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