#ff6d8f

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

Shades of Brink Pink #FF6D8F

Tints of Brink Pink #FF6D8F

Color information

#FF6D8F (or 0xFF6D8F) is unknown color: approx Brink Pink. HEX triplet: FF, 6D and 8F. RGB value is (255,109,143). Sum of RGB (Red+Green+Blue) = 255+109+143=507 (67% of max value = 765). Red value is 255 (100% from 255 or 50.30% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6D8F is #009270. Grayscale: #9C9C9C. Windows color (decimal): -37489 or 9399807. OLE color: 9399807.

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

Color convert

RGB255109143-
CMYK00.570.440
HSL346.03º100%71.37%-
HSV(B)346.03º57.25%100%-
XYZ51.6734.1829.86-
YUV156.53120.37198.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.30%
GREEN value IS 109 (42.97% from 255) = 21.50%
BLUE value IS 143 (56.25% from 255) = 28.21%
R=50.30%
G=21.50%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510914300.570.440346.0310071.37
HexFF6D8F0392C015a6447
Octal377155217071540532144107
Binary111111111101101100011110111001101100010101101011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff6d8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff6d8f; }

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

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

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

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

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

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

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

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