#FF6086

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

Shades of Brink Pink #FF6086

Tints of Brink Pink #FF6086

Color information

#FF6086 (or 0xFF6086) is unknown color: approx Brink Pink. HEX triplet: FF, 60 and 86. RGB value is (255,96,134). Sum of RGB (Red+Green+Blue) = 255+96+134=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6086 is #009F79. Grayscale: #939393. Windows color (decimal): -40826 or 8806655. OLE color: 8806655.

HSL color Cylindrical-coordinate representation of color #FF6086: hue angle of 345.66º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF6086 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB25596134-
CMYK00.620.470
HSL345.66º100%68.82%-
HSV(B)345.66º62.35%100%-
XYZ49.7331.3525.98-
YUV147.87120.18204.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.58%
GREEN value IS 96 (37.89% from 255) = 19.79%
BLUE value IS 134 (52.73% from 255) = 27.63%
R=52.58%
G=19.79%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559613400.620.470345.6610068.82
HexFF608603E2F015a6445
Octal377140206076570532144105
Binary111111111100000100001100111110101111010101101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6086; }

 p { color: rgb(255,96,134); }

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

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

 a { background-color: rgb(255,96,134); }

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

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

 span { border-color: rgb(255,96,134); }

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