#FF6085

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

Shades of Brink Pink #FF6085

Tints of Brink Pink #FF6085

Color information

#FF6085 (or 0xFF6085) is unknown color: approx Brink Pink. HEX triplet: FF, 60 and 85. RGB value is (255,96,133). Sum of RGB (Red+Green+Blue) = 255+96+133=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6085 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6085 is #009F7A. Grayscale: #939393. Windows color (decimal): -40827 or 8741119. OLE color: 8741119.

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

Color convert

RGB25596133-
CMYK00.620.480
HSL346.04º100%68.82%-
HSV(B)346.04º62.35%100%-
XYZ49.6631.3225.62-
YUV147.76119.68204.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.69%
GREEN value IS 96 (37.89% from 255) = 19.83%
BLUE value IS 133 (52.34% from 255) = 27.48%
R=52.69%
G=19.83%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559613300.620.480346.0410068.82
HexFF608503E30015a6445
Octal377140205076600532144105
Binary111111111100000100001010111110110000010101101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6085; }

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

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

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

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

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

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

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

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