#F6667F

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

Shades of Brink Pink #F6667F

Tints of Brink Pink #F6667F

Color information

#F6667F (or 0xF6667F) is unknown color: approx Brink Pink. HEX triplet: F6, 66 and 7F. RGB value is (246,102,127). Sum of RGB (Red+Green+Blue) = 246+102+127=475 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.79% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 127 (50% from 255 or 26.74% from 475); Max value from RGB is 246 - color contains mainly: red. Hex color #F6667F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6667F is #099980. Grayscale: #939393. Windows color (decimal): -629121 or 8349430. OLE color: 8349430.

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

Color convert

RGB246102127-
CMYK00.590.480.04
HSL349.58º88.89%68.24%-
HSV(B)349.58º58.54%96.47%-
XYZ46.5930.6323.53-
YUV147.91116.21197.97-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.79%
GREEN value IS 102 (40.23% from 255) = 21.47%
BLUE value IS 127 (50% from 255) = 26.74%
R=51.79%
G=21.47%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610212700.590.480.04349.5888.8968.24
HexF6667F03B30415e5944
Octal366146177073604536131104
Binary1111011011001101111111011101111000010010101111010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6667F; }

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

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

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

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

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

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

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

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