#F6688B

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

Shades of Brink Pink #F6688B

Tints of Brink Pink #F6688B

Color information

#F6688B (or 0xF6688B) is unknown color: approx Brink Pink. HEX triplet: F6, 68 and 8B. RGB value is (246,104,139). Sum of RGB (Red+Green+Blue) = 246+104+139=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F6688B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6688B is #099774. Grayscale: #969696. Windows color (decimal): -628597 or 9136374. OLE color: 9136374.

HSL color Cylindrical-coordinate representation of color #F6688B: hue angle of 345.21º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6688B is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB246104139-
CMYK00.580.430.04
HSL345.21º88.75%68.63%-
HSV(B)345.21º57.72%96.47%-
XYZ47.6231.3627.97-
YUV150.45121.54196.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.31%
GREEN value IS 104 (41.02% from 255) = 21.27%
BLUE value IS 139 (54.69% from 255) = 28.43%
R=50.31%
G=21.27%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610413900.580.430.04345.2188.7568.63
HexF6688B03A2B41595945
Octal366150213072534531131105
Binary11110110110100010001011011101010101110010101100110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6688B; }

 p { color: rgb(246,104,139); }

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

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

 a { background-color: rgb(246,104,139); }

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

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

 span { border-color: rgb(246,104,139); }

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