#F6647E

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

Shades of Brink Pink #F6647E

Tints of Brink Pink #F6647E

Color information

#F6647E (or 0xF6647E) is unknown color: approx Brink Pink. HEX triplet: F6, 64 and 7E. RGB value is (246,100,126). Sum of RGB (Red+Green+Blue) = 246+100+126=472 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.12% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 246 - color contains mainly: red. Hex color #F6647E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6647E is #099B81. Grayscale: #929292. Windows color (decimal): -629634 or 8283382. OLE color: 8283382.

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

Color convert

RGB246100126-
CMYK00.590.490.04
HSL349.32º89.02%67.84%-
HSV(B)349.32º59.35%96.47%-
XYZ46.3330.2123.13-
YUV146.62116.37198.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.12%
GREEN value IS 100 (39.45% from 255) = 21.19%
BLUE value IS 126 (49.61% from 255) = 26.69%
R=52.12%
G=21.19%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610012600.590.490.04349.3289.0267.84
HexF6647E03B31415d5944
Octal366144176073614535131104
Binary1111011011001001111110011101111000110010101110110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6647E; }

 p { color: rgb(246,100,126); }

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

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

 a { background-color: rgb(246,100,126); }

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

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

 span { border-color: rgb(246,100,126); }

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