#FD7C93

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

Shades of Tickle Me Pink #FD7C93

Tints of Tickle Me Pink #FD7C93

Color information

#FD7C93 (or 0xFD7C93) is unknown color: approx Tickle Me Pink. HEX triplet: FD, 7C and 93. RGB value is (253,124,147). Sum of RGB (Red+Green+Blue) = 253+124+147=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 124 (48.83% from 255 or 23.66% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7C93 is #02836C. Grayscale: #A5A5A5. Windows color (decimal): -164717 or 9665789. OLE color: 9665789.

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

Color convert

RGB253124147-
CMYK00.510.420.01
HSL349.3º96.99%73.92%-
HSV(B)349.3º50.99%99.22%-
XYZ52.9837.432.03-
YUV165.19117.74190.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.28%
GREEN value IS 124 (48.83% from 255) = 23.66%
BLUE value IS 147 (57.81% from 255) = 28.05%
R=48.28%
G=23.66%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312414700.510.420.01349.396.9973.92
HexFD7C930332A115d614a
Octal375174223063521535141112
Binary111111011111100100100110110011101010110101110111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7C93; }

 p { color: rgb(253,124,147); }

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

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

 a { background-color: rgb(253,124,147); }

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

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

 span { border-color: rgb(253,124,147); }

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