#FF7DAF

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

Shades of Tickle Me Pink #FF7DAF

Tints of Tickle Me Pink #FF7DAF

Color information

#FF7DAF (or 0xFF7DAF) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 7D and AF. RGB value is (255,125,175). Sum of RGB (Red+Green+Blue) = 255+125+175=555 (73% of max value = 765). Red value is 255 (100% from 255 or 45.95% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7DAF is #008250. Grayscale: #A9A9A9. Windows color (decimal): -33361 or 11501055. OLE color: 11501055.

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

Color convert

RGB255125175-
CMYK00.510.310
HSL336.92º100%74.51%-
HSV(B)336.92º50.98%100%-
XYZ56.3139.0245.12-
YUV169.57131.07188.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.95%
GREEN value IS 125 (49.22% from 255) = 22.52%
BLUE value IS 175 (68.75% from 255) = 31.53%
R=45.95%
G=22.52%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512517500.510.310336.9210074.51
HexFF7DAF0331F0151644b
Octal377175257063370521144113
Binary11111111111110110101111011001111111010101000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7DAF; }

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

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

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

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

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

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

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

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