#FF7994

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

Shades of Tickle Me Pink #FF7994

Tints of Tickle Me Pink #FF7994

Color information

#FF7994 (or 0xFF7994) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 79 and 94. RGB value is (255,121,148). Sum of RGB (Red+Green+Blue) = 255+121+148=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7994 is #00866B. Grayscale: #A4A4A4. Windows color (decimal): -34412 or 9730559. OLE color: 9730559.

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

Color convert

RGB255121148-
CMYK00.530.420
HSL347.91º100%73.73%-
HSV(B)347.91º52.55%100%-
XYZ53.4237.0732.36-
YUV164.14118.89192.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.66%
GREEN value IS 121 (47.66% from 255) = 23.09%
BLUE value IS 148 (58.20% from 255) = 28.24%
R=48.66%
G=23.09%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512114800.530.420347.9110073.73
HexFF79940352A015c644a
Octal377171224065520534144112
Binary111111111111001100101000110101101010010101110011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7994; }

 p { color: rgb(255,121,148); }

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

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

 a { background-color: rgb(255,121,148); }

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

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

 span { border-color: rgb(255,121,148); }

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