#F96C9B

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

Shades of Tickle Me Pink #F96C9B

Tints of Tickle Me Pink #F96C9B

Color information

#F96C9B (or 0xF96C9B) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 6C and 9B. RGB value is (249,108,155). Sum of RGB (Red+Green+Blue) = 249+108+155=512 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.63% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96C9B is #069364. Grayscale: #9B9B9B. Windows color (decimal): -430949 or 10185977. OLE color: 10185977.

HSL color Cylindrical-coordinate representation of color #F96C9B: hue angle of 340º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96C9B is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB249108155-
CMYK00.570.380.02
HSL340º92.16%70%-
HSV(B)340º56.63%97.65%-
XYZ50.3533.2334.77-
YUV155.52127.71194.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.63%
GREEN value IS 108 (42.58% from 255) = 21.09%
BLUE value IS 155 (60.94% from 255) = 30.27%
R=48.63%
G=21.09%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910815500.570.380.0234092.1670
HexF96C9B0392621545c46
Octal371154233071462524134106
Binary1111100111011001001101101110011001101010101010010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96C9B; }

 p { color: rgb(249,108,155); }

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

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

 a { background-color: rgb(249,108,155); }

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

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

 span { border-color: rgb(249,108,155); }

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