#FF6785

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

Shades of Brink Pink #FF6785

Tints of Brink Pink #FF6785

Color information

#FF6785 (or 0xFF6785) is unknown color: approx Brink Pink. HEX triplet: FF, 67 and 85. RGB value is (255,103,133). Sum of RGB (Red+Green+Blue) = 255+103+133=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6785 is #00987A. Grayscale: #979797. Windows color (decimal): -39035 or 8742911. OLE color: 8742911.

HSL color Cylindrical-coordinate representation of color #FF6785: hue angle of 348.16º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6785 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB255103133-
CMYK00.600.480
HSL348.16º100%70.2%-
HSV(B)348.16º59.61%100%-
XYZ50.3232.6525.84-
YUV151.87117.36201.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.93%
GREEN value IS 103 (40.62% from 255) = 20.98%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=51.93%
G=20.98%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510313300.600.480348.1610070.2
HexFF678503C30015c6446
Octal377147205074600534144106
Binary111111111100111100001010111100110000010101110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6785; }

 p { color: rgb(255,103,133); }

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

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

 a { background-color: rgb(255,103,133); }

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

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

 span { border-color: rgb(255,103,133); }

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