#FF6A85

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

Shades of Brink Pink #FF6A85

Tints of Brink Pink #FF6A85

Color information

#FF6A85 (or 0xFF6A85) is unknown color: approx Brink Pink. HEX triplet: FF, 6A and 85. RGB value is (255,106,133). Sum of RGB (Red+Green+Blue) = 255+106+133=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6A85 is #00957A. Grayscale: #999999. Windows color (decimal): -38267 or 8743679. OLE color: 8743679.

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

Color convert

RGB255106133-
CMYK00.580.480
HSL349.13º100%70.78%-
HSV(B)349.13º58.43%100%-
XYZ50.6333.2625.94-
YUV153.63116.36200.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.62%
GREEN value IS 106 (41.80% from 255) = 21.46%
BLUE value IS 133 (52.34% from 255) = 26.92%
R=51.62%
G=21.46%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510613300.580.480349.1310070.78
HexFF6A8503A30015d6447
Octal377152205072600535144107
Binary111111111101010100001010111010110000010101110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6A85; }

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

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

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

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

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

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

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

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