#F971A0

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

Shades of Tickle Me Pink #F971A0

Tints of Tickle Me Pink #F971A0

Color information

#F971A0 (or 0xF971A0) is unknown color: approx Tickle Me Pink. HEX triplet: F9, 71 and A0. RGB value is (249,113,160). Sum of RGB (Red+Green+Blue) = 249+113+160=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F971A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F971A0 is #068E5F. Grayscale: #9E9E9E. Windows color (decimal): -429664 or 10514937. OLE color: 10514937.

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

Color convert

RGB249113160-
CMYK00.550.360.02
HSL339.26º91.89%70.98%-
HSV(B)339.26º54.62%97.65%-
XYZ51.3234.4937.21-
YUV159.02128.56192.18-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.70%
GREEN value IS 113 (44.53% from 255) = 21.65%
BLUE value IS 160 (62.89% from 255) = 30.65%
R=47.70%
G=21.65%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911316000.550.360.02339.2691.8970.98
HexF971A00372421535c47
Octal371161240067442523134107
Binary1111100111100011010000001101111001001010101001110111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F971A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F971A0; }

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

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

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

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

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

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

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

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