#FF7299

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

Shades of Tickle Me Pink #FF7299

Tints of Tickle Me Pink #FF7299

Color information

#FF7299 (or 0xFF7299) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 72 and 99. RGB value is (255,114,153). Sum of RGB (Red+Green+Blue) = 255+114+153=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7299 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7299 is #008D66. Grayscale: #A0A0A0. Windows color (decimal): -36199 or 10056447. OLE color: 10056447.

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

Color convert

RGB255114153-
CMYK00.550.40
HSL343.4º100%72.35%-
HSV(B)343.4º55.29%100%-
XYZ53.0135.5934.21-
YUV160.6123.71195.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 114 (44.92% from 255) = 21.84%
BLUE value IS 153 (60.16% from 255) = 29.31%
R=48.85%
G=21.84%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511415300.550.40343.410072.35
HexFF72990372801576448
Octal377162231067500527144110
Binary111111111110010100110010110111101000010101011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7299; }

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

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

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

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

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

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

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

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