#FD6F9A

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

Shades of Tickle Me Pink #FD6F9A

Tints of Tickle Me Pink #FD6F9A

Color information

#FD6F9A (or 0xFD6F9A) is unknown color: approx Tickle Me Pink. HEX triplet: FD, 6F and 9A. RGB value is (253,111,154). Sum of RGB (Red+Green+Blue) = 253+111+154=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 111 (43.75% from 255 or 21.43% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6F9A is #029065. Grayscale: #9E9E9E. Windows color (decimal): -168038 or 10121213. OLE color: 10121213.

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

Color convert

RGB253111154-
CMYK00.560.390.01
HSL341.83º97.26%71.37%-
HSV(B)341.83º56.13%99.22%-
XYZ52.0334.5834.51-
YUV158.36125.54195.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.84%
GREEN value IS 111 (43.75% from 255) = 21.43%
BLUE value IS 154 (60.55% from 255) = 29.73%
R=48.84%
G=21.43%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311115400.560.390.01341.8397.2671.37
HexFD6F9A0382711566147
Octal375157232070471526141107
Binary111111011101111100110100111000100111110101011011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6F9A; }

 p { color: rgb(253,111,154); }

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

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

 a { background-color: rgb(253,111,154); }

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

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

 span { border-color: rgb(253,111,154); }

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