#F571A0

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

Shades of Tickle Me Pink #F571A0

Tints of Tickle Me Pink #F571A0

Color information

#F571A0 (or 0xF571A0) is unknown color: approx Tickle Me Pink. HEX triplet: F5, 71 and A0. RGB value is (245,113,160). Sum of RGB (Red+Green+Blue) = 245+113+160=518 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.30% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 160 (62.89% from 255 or 30.89% from 518); Max value from RGB is 245 - color contains mainly: red. Hex color #F571A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F571A0 is #0A8E5F. Grayscale: #9D9D9D. Windows color (decimal): -691808 or 10514933. OLE color: 10514933.

HSL color Cylindrical-coordinate representation of color #F571A0: hue angle of 338.64º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F571A0 is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB245113160-
CMYK00.540.350.04
HSL338.64º86.84%70.2%-
HSV(B)338.64º53.88%96.08%-
XYZ49.9133.7637.14-
YUV157.83129.23190.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.30%
GREEN value IS 113 (44.53% from 255) = 21.81%
BLUE value IS 160 (62.89% from 255) = 30.89%
R=47.30%
G=21.81%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511316000.540.350.04338.6486.8470.2
HexF571A00362341535746
Octal365161240066434523127106
Binary11110101111000110100000011011010001110010101001110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F571A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F571A0; }

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

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

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

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

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

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

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

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