#FD72A4

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

Shades of Tickle Me Pink #FD72A4

Tints of Tickle Me Pink #FD72A4

Color information

#FD72A4 (or 0xFD72A4) is unknown color: approx Tickle Me Pink. HEX triplet: FD, 72 and A4. RGB value is (253,114,164). Sum of RGB (Red+Green+Blue) = 253+114+164=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FD72A4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD72A4 is #028D5B. Grayscale: #A1A1A1. Windows color (decimal): -167260 or 10777341. OLE color: 10777341.

HSL color Cylindrical-coordinate representation of color #FD72A4: hue angle of 338.42º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FD72A4 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB253114164-
CMYK00.550.350.01
HSL338.42º97.2%71.96%-
HSV(B)338.42º54.94%99.22%-
XYZ53.2335.639.19-
YUV161.26129.55193.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.65%
GREEN value IS 114 (44.92% from 255) = 21.47%
BLUE value IS 164 (64.45% from 255) = 30.89%
R=47.65%
G=21.47%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311416400.550.350.01338.4297.271.96
HexFD72A40372311526148
Octal375162244067431522141110
Binary111111011110010101001000110111100011110101001011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD72A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD72A4; }

 p { color: rgb(253,114,164); }

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

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

 a { background-color: rgb(253,114,164); }

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

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

 span { border-color: rgb(253,114,164); }

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