#FF6A8D

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

Shades of Brink Pink #FF6A8D

Tints of Brink Pink #FF6A8D

Color information

#FF6A8D (or 0xFF6A8D) is unknown color: approx Brink Pink. HEX triplet: FF, 6A and 8D. RGB value is (255,106,141). Sum of RGB (Red+Green+Blue) = 255+106+141=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6A8D is #009572. Grayscale: #9A9A9A. Windows color (decimal): -38259 or 9267967. OLE color: 9267967.

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

Color convert

RGB255106141-
CMYK00.580.450
HSL345.91º100%70.78%-
HSV(B)345.91º58.43%100%-
XYZ51.233.4928.97-
YUV154.54120.36199.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.80%
GREEN value IS 106 (41.80% from 255) = 21.12%
BLUE value IS 141 (55.47% from 255) = 28.09%
R=50.80%
G=21.12%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510614100.580.450345.9110070.78
HexFF6A8D03A2D015a6447
Octal377152215072550532144107
Binary111111111101010100011010111010101101010101101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6A8D; }

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

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

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

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

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

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

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

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