#F66890

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

Shades of Brink Pink #F66890

Tints of Brink Pink #F66890

Color information

#F66890 (or 0xF66890) is unknown color: approx Brink Pink. HEX triplet: F6, 68 and 90. RGB value is (246,104,144). Sum of RGB (Red+Green+Blue) = 246+104+144=494 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.80% from 494); Green value is 104 (41.02% from 255 or 21.05% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 246 - color contains mainly: red. Hex color #F66890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66890 is #09976F. Grayscale: #979797. Windows color (decimal): -628592 or 9464054. OLE color: 9464054.

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

Color convert

RGB246104144-
CMYK00.580.410.04
HSL343.1º88.75%68.63%-
HSV(B)343.1º57.72%96.47%-
XYZ47.9931.5129.94-
YUV151.02124.04195.75-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.80%
GREEN value IS 104 (41.02% from 255) = 21.05%
BLUE value IS 144 (56.64% from 255) = 29.15%
R=49.80%
G=21.05%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24610414400.580.410.04343.188.7568.63
HexF6689003A2941575945
Octal366150220072514527131105
Binary11110110110100010010000011101010100110010101011110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66890; }

 p { color: rgb(246,104,144); }

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

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

 a { background-color: rgb(246,104,144); }

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

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

 span { border-color: rgb(246,104,144); }

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