#F6688A

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

Shades of Brink Pink #F6688A

Tints of Brink Pink #F6688A

Color information

#F6688A (or 0xF6688A) is unknown color: approx Brink Pink. HEX triplet: F6, 68 and 8A. RGB value is (246,104,138). Sum of RGB (Red+Green+Blue) = 246+104+138=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6688A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6688A is #099775. Grayscale: #969696. Windows color (decimal): -628598 or 9070838. OLE color: 9070838.

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

Color convert

RGB246104138-
CMYK00.580.440.04
HSL345.63º88.75%68.63%-
HSV(B)345.63º57.72%96.47%-
XYZ47.5431.3327.59-
YUV150.33121.04196.24-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.41%
GREEN value IS 104 (41.02% from 255) = 21.31%
BLUE value IS 138 (54.30% from 255) = 28.28%
R=50.41%
G=21.31%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610413800.580.440.04345.6388.7568.63
HexF6688A03A2C415a5945
Octal366150212072544532131105
Binary11110110110100010001010011101010110010010101101010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6688A; }

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

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

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

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

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

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

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

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