#F96FA5

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

Shades of Tickle Me Pink #F96FA5

Tints of Tickle Me Pink #F96FA5

Color information

#F96FA5 (or 0xF96FA5) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 6F and A5. RGB value is (249,111,165). Sum of RGB (Red+Green+Blue) = 249+111+165=525 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.43% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 249 - color contains mainly: red. Hex color #F96FA5 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96FA5 is #06905A. Grayscale: #9E9E9E. Windows color (decimal): -430171 or 10842105. OLE color: 10842105.

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

Color convert

RGB249111165-
CMYK00.550.340.02
HSL336.52º92%70.59%-
HSV(B)336.52º55.42%97.65%-
XYZ51.5434.2339.49-
YUV158.42131.72192.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.43%
GREEN value IS 111 (43.75% from 255) = 21.14%
BLUE value IS 165 (64.84% from 255) = 31.43%
R=47.43%
G=21.14%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911116500.550.340.02336.529270.59
HexF96FA50372221515c47
Octal371157245067422521134107
Binary1111100111011111010010101101111000101010101000110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96FA5; }

 p { color: rgb(249,111,165); }

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

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

 a { background-color: rgb(249,111,165); }

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

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

 span { border-color: rgb(249,111,165); }

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