#FF7295

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

Shades of Tickle Me Pink #FF7295

Tints of Tickle Me Pink #FF7295

Color information

#FF7295 (or 0xFF7295) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 72 and 95. RGB value is (255,114,149). Sum of RGB (Red+Green+Blue) = 255+114+149=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7295 is #008D6A. Grayscale: #A0A0A0. Windows color (decimal): -36203 or 9794303. OLE color: 9794303.

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

Color convert

RGB255114149-
CMYK00.550.420
HSL345.11º100%72.35%-
HSV(B)345.11º55.29%100%-
XYZ52.6835.4632.5-
YUV160.15121.71195.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.23%
GREEN value IS 114 (44.92% from 255) = 22.01%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=49.23%
G=22.01%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511414900.550.420345.1110072.35
HexFF72950372A01596448
Octal377162225067520531144110
Binary111111111110010100101010110111101010010101100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7295; }

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

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

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

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

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

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

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

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