#FF6C95

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

Shades of Tickle Me Pink #FF6C95

Tints of Tickle Me Pink #FF6C95

Color information

#FF6C95 (or 0xFF6C95) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 6C and 95. RGB value is (255,108,149). Sum of RGB (Red+Green+Blue) = 255+108+149=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6C95 is #00936A. Grayscale: #9C9C9C. Windows color (decimal): -37739 or 9792767. OLE color: 9792767.

HSL color Cylindrical-coordinate representation of color #FF6C95: hue angle of 343.27º 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 #FF6C95 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB255108149-
CMYK00.580.420
HSL343.27º100%71.18%-
HSV(B)343.27º57.65%100%-
XYZ52.0334.1632.28-
YUV156.63123.7198.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.80%
GREEN value IS 108 (42.58% from 255) = 21.09%
BLUE value IS 149 (58.59% from 255) = 29.10%
R=49.80%
G=21.09%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510814900.580.420343.2710071.18
HexFF6C9503A2A01576447
Octal377154225072520527144107
Binary111111111101100100101010111010101010010101011111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6C95; }

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

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

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

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

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

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

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

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