#FF6685

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

Shades of Brink Pink #FF6685

Tints of Brink Pink #FF6685

Color information

#FF6685 (or 0xFF6685) is unknown color: approx Brink Pink. HEX triplet: FF, 66 and 85. RGB value is (255,102,133). Sum of RGB (Red+Green+Blue) = 255+102+133=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6685 is #00997A. Grayscale: #979797. Windows color (decimal): -39291 or 8742655. OLE color: 8742655.

HSL color Cylindrical-coordinate representation of color #FF6685: hue angle of 347.84º 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 #FF6685 is Cyan = 0, Magento = 0.6, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB255102133-
CMYK00.60.480
HSL347.84º100%70%-
HSV(B)347.84º60%100%-
XYZ50.2332.4625.81-
YUV151.28117.69201.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.04%
GREEN value IS 102 (40.23% from 255) = 20.82%
BLUE value IS 133 (52.34% from 255) = 27.14%
R=52.04%
G=20.82%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510213300.60.480347.8410070
HexFF668503C30015c6446
Octal377146205074600534144106
Binary111111111100110100001010111100110000010101110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6685; }

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

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

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

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

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

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

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

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