#F975AC

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

Shades of Tickle Me Pink #F975AC

Tints of Tickle Me Pink #F975AC

Color information

#F975AC (or 0xF975AC) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 75 and AC. RGB value is (249,117,172). Sum of RGB (Red+Green+Blue) = 249+117+172=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F975AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F975AC is #068A53. Grayscale: #A2A2A2. Windows color (decimal): -428628 or 11302393. OLE color: 11302393.

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

Color convert

RGB249117172-
CMYK00.530.310.02
HSL335º91.67%71.76%-
HSV(B)335º53.01%97.65%-
XYZ52.8735.8443.16-
YUV162.74133.23189.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.28%
GREEN value IS 117 (46.09% from 255) = 21.75%
BLUE value IS 172 (67.58% from 255) = 31.97%
R=46.28%
G=21.75%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911717200.530.310.0233591.6771.76
HexF975AC0351F214f5c48
Octal371165254065372517134110
Binary111110011110101101011000110101111111010100111110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F975AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F975AC; }

 p { color: rgb(249,117,172); }

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

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

 a { background-color: rgb(249,117,172); }

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

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

 span { border-color: rgb(249,117,172); }

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