#FD70A5

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

Shades of Tickle Me Pink #FD70A5

Tints of Tickle Me Pink #FD70A5

Color information

#FD70A5 (or 0xFD70A5) is unknown color: approx Tickle Me Pink. HEX triplet: FD, 70 and A5. RGB value is (253,112,165). Sum of RGB (Red+Green+Blue) = 253+112+165=530 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.74% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 253 - color contains mainly: red. Hex color #FD70A5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD70A5 is #028F5A. Grayscale: #A0A0A0. Windows color (decimal): -167771 or 10842365. OLE color: 10842365.

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

Color convert

RGB253112165-
CMYK00.560.350.01
HSL337.45º97.24%71.57%-
HSV(B)337.45º55.73%99.22%-
XYZ53.0935.1939.59-
YUV160.2130.71194.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.74%
GREEN value IS 112 (44.14% from 255) = 21.13%
BLUE value IS 165 (64.84% from 255) = 31.13%
R=47.74%
G=21.13%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311216500.560.350.01337.4597.2471.57
HexFD70A50382311516148
Octal375160245070431521141110
Binary111111011110000101001010111000100011110101000111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD70A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD70A5; }

 p { color: rgb(253,112,165); }

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

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

 a { background-color: rgb(253,112,165); }

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

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

 span { border-color: rgb(253,112,165); }

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