#F56886

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

Shades of Brink Pink #F56886

Tints of Brink Pink #F56886

Color information

#F56886 (or 0xF56886) is unknown color: approx Brink Pink. HEX triplet: F5, 68 and 86. RGB value is (245,104,134). Sum of RGB (Red+Green+Blue) = 245+104+134=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 104 (41.02% from 255 or 21.53% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F56886 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56886 is #0A9779. Grayscale: #959595. Windows color (decimal): -694138 or 8808693. OLE color: 8808693.

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

Color convert

RGB245104134-
CMYK00.580.450.04
HSL347.23º87.58%68.43%-
HSV(B)347.23º57.55%96.08%-
XYZ46.9131.0326.07-
YUV149.58119.21196.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.72%
GREEN value IS 104 (41.02% from 255) = 21.53%
BLUE value IS 134 (52.73% from 255) = 27.74%
R=50.72%
G=21.53%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510413400.580.450.04347.2387.5868.43
HexF5688603A2D415b5844
Octal365150206072554533130104
Binary11110101110100010000110011101010110110010101101110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56886; }

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

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

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

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

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

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

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

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