#FD7F9B

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

Shades of Tickle Me Pink #FD7F9B

Tints of Tickle Me Pink #FD7F9B

Color information

#FD7F9B (or 0xFD7F9B) is unknown color: approx Tickle Me Pink. HEX triplet: FD, 7F and 9B. RGB value is (253,127,155). Sum of RGB (Red+Green+Blue) = 253+127+155=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7F9B is #028064. Grayscale: #A7A7A7. Windows color (decimal): -163941 or 10190845. OLE color: 10190845.

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

Color convert

RGB253127155-
CMYK00.500.390.01
HSL346.67º96.92%74.51%-
HSV(B)346.67º49.8%99.22%-
XYZ54.0138.4335.58-
YUV167.87120.74188.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.29%
GREEN value IS 127 (50% from 255) = 23.74%
BLUE value IS 155 (60.94% from 255) = 28.97%
R=47.29%
G=23.74%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25312715500.500.390.01346.6796.9274.51
HexFD7F9B03227115b614b
Octal375177233062471533141113
Binary111111011111111100110110110010100111110101101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7F9B; }

 p { color: rgb(253,127,155); }

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

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

 a { background-color: rgb(253,127,155); }

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

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

 span { border-color: rgb(253,127,155); }

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