#F6668B

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

Shades of Brink Pink #F6668B

Tints of Brink Pink #F6668B

Color information

#F6668B (or 0xF6668B) is unknown color: approx Brink Pink. HEX triplet: F6, 66 and 8B. RGB value is (246,102,139). Sum of RGB (Red+Green+Blue) = 246+102+139=487 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.51% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 246 - color contains mainly: red. Hex color #F6668B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6668B is #099974. Grayscale: #959595. Windows color (decimal): -629109 or 9135862. OLE color: 9135862.

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

Color convert

RGB246102139-
CMYK00.590.430.04
HSL344.58º88.89%68.24%-
HSV(B)344.58º58.54%96.47%-
XYZ47.4230.9627.9-
YUV149.27122.21196.99-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.51%
GREEN value IS 102 (40.23% from 255) = 20.94%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=50.51%
G=20.94%
B=28.54%

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
Decimal24610213900.590.430.04344.5888.8968.24
HexF6668B03B2B41595944
Octal366146213073534531131104
Binary11110110110011010001011011101110101110010101100110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6668B; }

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

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

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

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

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

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

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

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