#F972A1

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

Shades of Tickle Me Pink #F972A1

Tints of Tickle Me Pink #F972A1

Color information

#F972A1 (or 0xF972A1) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 72 and A1. RGB value is (249,114,161). Sum of RGB (Red+Green+Blue) = 249+114+161=524 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.52% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 161 (63.28% from 255 or 30.73% from 524); Max value from RGB is 249 - color contains mainly: red. Hex color #F972A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F972A1 is #068D5E. Grayscale: #9F9F9F. Windows color (decimal): -429407 or 10580729. OLE color: 10580729.

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

Color convert

RGB249114161-
CMYK00.540.350.02
HSL339.11º91.84%71.18%-
HSV(B)339.11º54.22%97.65%-
XYZ51.5234.7537.71-
YUV159.72128.73191.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.52%
GREEN value IS 114 (44.92% from 255) = 21.76%
BLUE value IS 161 (63.28% from 255) = 30.73%
R=47.52%
G=21.76%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911416100.540.350.02339.1191.8471.18
HexF972A10362321535c47
Octal371162241066432523134107
Binary1111100111100101010000101101101000111010101001110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F972A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F972A1; }

 p { color: rgb(249,114,161); }

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

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

 a { background-color: rgb(249,114,161); }

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

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

 span { border-color: rgb(249,114,161); }

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