#FF6D8A

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

Shades of Brink Pink #FF6D8A

Tints of Brink Pink #FF6D8A

Color information

#FF6D8A (or 0xFF6D8A) is unknown color: approx Brink Pink. HEX triplet: FF, 6D and 8A. RGB value is (255,109,138). Sum of RGB (Red+Green+Blue) = 255+109+138=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6D8A is #009275. Grayscale: #9B9B9B. Windows color (decimal): -37494 or 9072127. OLE color: 9072127.

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

Color convert

RGB255109138-
CMYK00.570.460
HSL348.08º100%71.37%-
HSV(B)348.08º57.25%100%-
XYZ51.334.0327.91-
YUV155.96117.87198.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.80%
GREEN value IS 109 (42.97% from 255) = 21.71%
BLUE value IS 138 (54.30% from 255) = 27.49%
R=50.80%
G=21.71%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510913800.570.460348.0810071.37
HexFF6D8A0392E015c6447
Octal377155212071560534144107
Binary111111111101101100010100111001101110010101110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6D8A; }

 p { color: rgb(255,109,138); }

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

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

 a { background-color: rgb(255,109,138); }

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

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

 span { border-color: rgb(255,109,138); }

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