#F6668C

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

Shades of Brink Pink #F6668C

Tints of Brink Pink #F6668C

Color information

#F6668C (or 0xF6668C) is unknown color: approx Brink Pink. HEX triplet: F6, 66 and 8C. RGB value is (246,102,140). Sum of RGB (Red+Green+Blue) = 246+102+140=488 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.41% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 246 - color contains mainly: red. Hex color #F6668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6668C is #099973. Grayscale: #959595. Windows color (decimal): -629108 or 9201398. OLE color: 9201398.

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

Color convert

RGB246102140-
CMYK00.590.430.04
HSL344.17º88.89%68.24%-
HSV(B)344.17º58.54%96.47%-
XYZ47.4930.9928.29-
YUV149.39122.71196.91-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.41%
GREEN value IS 102 (40.23% from 255) = 20.90%
BLUE value IS 140 (55.08% from 255) = 28.69%
R=50.41%
G=20.90%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610214000.590.430.04344.1788.8968.24
HexF6668C03B2B41585944
Octal366146214073534530131104
Binary11110110110011010001100011101110101110010101100010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6668C; }

 p { color: rgb(246,102,140); }

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

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

 a { background-color: rgb(246,102,140); }

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

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

 span { border-color: rgb(246,102,140); }

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