#F585AA

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

Shades of Tickle Me Pink #F585AA

Tints of Tickle Me Pink #F585AA

Color information

#F585AA (or 0xF585AA) is unknown color: approx Tickle Me Pink. HEX triplet: F5, 85 and AA. RGB value is (245,133,170). Sum of RGB (Red+Green+Blue) = 245+133+170=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F585AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F585AA is #0A7A55. Grayscale: #AAAAAA. Windows color (decimal): -686678 or 11175413. OLE color: 11175413.

HSL color Cylindrical-coordinate representation of color #F585AA: hue angle of 340.18º 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 #F585AA is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB245133170-
CMYK00.460.310.04
HSL340.18º84.85%74.12%-
HSV(B)340.18º45.71%96.08%-
XYZ53.339.0942.77-
YUV170.71127.61180.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.71%
GREEN value IS 133 (52.34% from 255) = 24.27%
BLUE value IS 170 (66.80% from 255) = 31.02%
R=44.71%
G=24.27%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513317000.460.310.04340.1884.8574.12
HexF585AA02E1F4154554a
Octal365205252056374524125112
Binary11110101100001011010101001011101111110010101010010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F585AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F585AA; }

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

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

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

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

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

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

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

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