#F585A7

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

Shades of Tickle Me Pink #F585A7

Tints of Tickle Me Pink #F585A7

Color information

#F585A7 (or 0xF585A7) is unknown color: approx Tickle Me Pink. HEX triplet: F5, 85 and A7. RGB value is (245,133,167). Sum of RGB (Red+Green+Blue) = 245+133+167=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 167 (65.62% from 255 or 30.64% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F585A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F585A7 is #0A7A58. Grayscale: #AAAAAA. Windows color (decimal): -686681 or 10978805. OLE color: 10978805.

HSL color Cylindrical-coordinate representation of color #F585A7: hue angle of 341.79º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F585A7 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB245133167-
CMYK00.460.320.04
HSL341.79º84.85%74.12%-
HSV(B)341.79º45.71%96.08%-
XYZ53.0238.9841.29-
YUV170.36126.11181.24-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.95%
GREEN value IS 133 (52.34% from 255) = 24.40%
BLUE value IS 167 (65.62% from 255) = 30.64%
R=44.95%
G=24.40%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513316700.460.320.04341.7984.8574.12
HexF585A702E204156554a
Octal365205247056404526125112
Binary111101011000010110100111010111010000010010101011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F585A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F585A7; }

 p { color: rgb(245,133,167); }

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

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

 a { background-color: rgb(245,133,167); }

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

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

 span { border-color: rgb(245,133,167); }

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