#FF7DA0

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

Shades of Tickle Me Pink #FF7DA0

Tints of Tickle Me Pink #FF7DA0

Color information

#FF7DA0 (or 0xFF7DA0) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 7D and A0. RGB value is (255,125,160). Sum of RGB (Red+Green+Blue) = 255+125+160=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7DA0 is #00825F. Grayscale: #A7A7A7. Windows color (decimal): -33376 or 10518015. OLE color: 10518015.

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

Color convert

RGB255125160-
CMYK00.510.370
HSL343.85º100%74.51%-
HSV(B)343.85º50.98%100%-
XYZ54.9238.4737.79-
YUV167.86123.57190.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.22%
GREEN value IS 125 (49.22% from 255) = 23.15%
BLUE value IS 160 (62.89% from 255) = 29.63%
R=47.22%
G=23.15%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512516000.510.370343.8510074.51
HexFF7DA0033250158644b
Octal377175240063450530144113
Binary111111111111101101000000110011100101010101100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7DA0; }

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

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

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

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

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

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

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

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