#F96DA0

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

Shades of Tickle Me Pink #F96DA0

Tints of Tickle Me Pink #F96DA0

Color information

#F96DA0 (or 0xF96DA0) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 6D and A0. RGB value is (249,109,160). Sum of RGB (Red+Green+Blue) = 249+109+160=518 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.07% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96DA0 is #06925F. Grayscale: #9C9C9C. Windows color (decimal): -430688 or 10513913. OLE color: 10513913.

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

Color convert

RGB249109160-
CMYK00.560.360.02
HSL338.14º92.11%70.2%-
HSV(B)338.14º56.22%97.65%-
XYZ50.8833.6237.06-
YUV156.67129.88193.85-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.07%
GREEN value IS 109 (42.97% from 255) = 21.04%
BLUE value IS 160 (62.89% from 255) = 30.89%
R=48.07%
G=21.04%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910916000.560.360.02338.1492.1170.2
HexF96DA00382421525c46
Octal371155240070442522134106
Binary1111100111011011010000001110001001001010101001010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96DA0; }

 p { color: rgb(249,109,160); }

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

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

 a { background-color: rgb(249,109,160); }

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

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

 span { border-color: rgb(249,109,160); }

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