#F6668E

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

Shades of Brink Pink #F6668E

Tints of Brink Pink #F6668E

Color information

#F6668E (or 0xF6668E) is unknown color: approx Brink Pink. HEX triplet: F6, 66 and 8E. RGB value is (246,102,142). Sum of RGB (Red+Green+Blue) = 246+102+142=490 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.20% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 246 - color contains mainly: red. Hex color #F6668E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F6668E is #099971. Grayscale: #959595. Windows color (decimal): -629106 or 9332470. OLE color: 9332470.

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

Color convert

RGB246102142-
CMYK00.590.420.04
HSL343.33º88.89%68.24%-
HSV(B)343.33º58.54%96.47%-
XYZ47.6431.0529.07-
YUV149.62123.71196.75-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.20%
GREEN value IS 102 (40.23% from 255) = 20.82%
BLUE value IS 142 (55.86% from 255) = 28.98%
R=50.20%
G=20.82%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610214200.590.420.04343.3388.8968.24
HexF6668E03B2A41575944
Octal366146216073524527131104
Binary11110110110011010001110011101110101010010101011110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6668E; }

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

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

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

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

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

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

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

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