#F56586

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

Shades of Brink Pink #F56586

Tints of Brink Pink #F56586

Color information

#F56586 (or 0xF56586) is unknown color: approx Brink Pink. HEX triplet: F5, 65 and 86. RGB value is (245,101,134). Sum of RGB (Red+Green+Blue) = 245+101+134=480 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.04% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 245 - color contains mainly: red. Hex color #F56586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56586 is #0A9A79. Grayscale: #939393. Windows color (decimal): -694906 or 8807925. OLE color: 8807925.

HSL color Cylindrical-coordinate representation of color #F56586: hue angle of 346.25º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F56586 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB245101134-
CMYK00.590.450.04
HSL346.25º87.8%67.84%-
HSV(B)346.25º58.78%96.08%-
XYZ46.6130.4425.97-
YUV147.82120.21197.32-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.04%
GREEN value IS 101 (39.84% from 255) = 21.04%
BLUE value IS 134 (52.73% from 255) = 27.92%
R=51.04%
G=21.04%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510113400.590.450.04346.2587.867.84
HexF5658603B2D415a5844
Octal365145206073554532130104
Binary11110101110010110000110011101110110110010101101010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56586; }

 p { color: rgb(245,101,134); }

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

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

 a { background-color: rgb(245,101,134); }

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

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

 span { border-color: rgb(245,101,134); }

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