#F975A3

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

Shades of Tickle Me Pink #F975A3

Tints of Tickle Me Pink #F975A3

Color information

#F975A3 (or 0xF975A3) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 75 and A3. RGB value is (249,117,163). Sum of RGB (Red+Green+Blue) = 249+117+163=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 163 (64.06% from 255 or 30.81% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F975A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F975A3 is #068A5C. Grayscale: #A1A1A1. Windows color (decimal): -428637 or 10712569. OLE color: 10712569.

HSL color Cylindrical-coordinate representation of color #F975A3: hue angle of 339.09º 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 #F975A3 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB249117163-
CMYK00.530.350.02
HSL339.09º91.67%71.76%-
HSV(B)339.09º53.01%97.65%-
XYZ52.0435.5138.76-
YUV161.71128.73190.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.07%
GREEN value IS 117 (46.09% from 255) = 22.12%
BLUE value IS 163 (64.06% from 255) = 30.81%
R=47.07%
G=22.12%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911716300.530.350.02339.0991.6771.76
HexF975A30352321535c48
Octal371165243065432523134110
Binary1111100111101011010001101101011000111010101001110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F975A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F975A3; }

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

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

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

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

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

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

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

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