#FF72A5

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

Shades of Tickle Me Pink #FF72A5

Tints of Tickle Me Pink #FF72A5

Color information

#FF72A5 (or 0xFF72A5) is unknown color: approx Tickle Me Pink. HEX triplet: FF, 72 and A5. RGB value is (255,114,165). Sum of RGB (Red+Green+Blue) = 255+114+165=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FF72A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF72A5 is #008D5A. Grayscale: #A1A1A1. Windows color (decimal): -36187 or 10842879. OLE color: 10842879.

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

Color convert

RGB255114165-
CMYK00.550.350
HSL338.3º100%72.35%-
HSV(B)338.3º55.29%100%-
XYZ54.0536.0139.7-
YUV161.97129.71194.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.75%
GREEN value IS 114 (44.92% from 255) = 21.35%
BLUE value IS 165 (64.84% from 255) = 30.90%
R=47.75%
G=21.35%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511416500.550.350338.310072.35
HexFF72A50372301526448
Octal377162245067430522144110
Binary111111111110010101001010110111100011010101001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF72A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF72A5; }

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

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

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

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

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

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

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

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