#F56486

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

Shades of Brink Pink #F56486

Tints of Brink Pink #F56486

Color information

#F56486 (or 0xF56486) is unknown color: approx Brink Pink. HEX triplet: F5, 64 and 86. RGB value is (245,100,134). Sum of RGB (Red+Green+Blue) = 245+100+134=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F56486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56486 is #0A9B79. Grayscale: #939393. Windows color (decimal): -695162 or 8807669. OLE color: 8807669.

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

Color convert

RGB245100134-
CMYK00.590.450.04
HSL345.93º87.88%67.65%-
HSV(B)345.93º59.18%96.08%-
XYZ46.5230.2525.94-
YUV147.23120.54197.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.15%
GREEN value IS 100 (39.45% from 255) = 20.88%
BLUE value IS 134 (52.73% from 255) = 27.97%
R=51.15%
G=20.88%
B=27.97%

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
Decimal24510013400.590.450.04345.9387.8867.65
HexF5648603B2D415a5844
Octal365144206073554532130104
Binary11110101110010010000110011101110110110010101101010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56486; }

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

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

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

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

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

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

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

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