#FF7D9A

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

Shades of Tickle Me Pink #FF7D9A

Tints of Tickle Me Pink #FF7D9A

Color information

#FF7D9A (or 0xFF7D9A) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 7D and 9A. RGB value is (255,125,154). Sum of RGB (Red+Green+Blue) = 255+125+154=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7D9A is #008265. Grayscale: #A7A7A7. Windows color (decimal): -33382 or 10124799. OLE color: 10124799.

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

Color convert

RGB255125154-
CMYK00.510.400
HSL346.62º100%74.51%-
HSV(B)346.62º50.98%100%-
XYZ54.4138.2635.09-
YUV167.18120.57190.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.75%
GREEN value IS 125 (49.22% from 255) = 23.41%
BLUE value IS 154 (60.55% from 255) = 28.84%
R=47.75%
G=23.41%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512515400.510.400346.6210074.51
HexFF7D9A03328015b644b
Octal377175232063500533144113
Binary111111111111101100110100110011101000010101101111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7D9A; }

 p { color: rgb(255,125,154); }

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

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

 a { background-color: rgb(255,125,154); }

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

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

 span { border-color: rgb(255,125,154); }

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