#F5729A

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

Shades of Tickle Me Pink #F5729A

Tints of Tickle Me Pink #F5729A

Color information

#F5729A (or 0xF5729A) is unknown color: approx Tickle Me Pink. HEX triplet: F5, 72 and 9A. RGB value is (245,114,154). Sum of RGB (Red+Green+Blue) = 245+114+154=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F5729A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5729A is #0A8D65. Grayscale: #9D9D9D. Windows color (decimal): -691558 or 10121973. OLE color: 10121973.

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

Color convert

RGB245114154-
CMYK00.530.370.04
HSL341.68º86.75%70.39%-
HSV(B)341.68º53.47%96.08%-
XYZ49.5133.7834.48-
YUV157.73125.9190.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.76%
GREEN value IS 114 (44.92% from 255) = 22.22%
BLUE value IS 154 (60.55% from 255) = 30.02%
R=47.76%
G=22.22%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511415400.530.370.04341.6886.7570.39
HexF5729A0352541565746
Octal365162232065454526127106
Binary11110101111001010011010011010110010110010101011010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5729A; }

 p { color: rgb(245,114,154); }

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

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

 a { background-color: rgb(245,114,154); }

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

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

 span { border-color: rgb(245,114,154); }

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