#F65982

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

Shades of Brink Pink #F65982

Tints of Brink Pink #F65982

Color information

#F65982 (or 0xF65982) is unknown color: approx Brink Pink. HEX triplet: F6, 59 and 82. RGB value is (246,89,130). Sum of RGB (Red+Green+Blue) = 246+89+130=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 89 (35.16% from 255 or 19.14% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F65982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65982 is #09A67D. Grayscale: #8C8C8C. Windows color (decimal): -632446 or 8542710. OLE color: 8542710.

HSL color Cylindrical-coordinate representation of color #F65982: hue angle of 344.33º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65982 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB24689130-
CMYK00.640.470.04
HSL344.33º89.71%65.69%-
HSV(B)344.33º63.82%96.47%-
XYZ45.6128.3524.19-
YUV140.62122.01203.17-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.90%
GREEN value IS 89 (35.16% from 255) = 19.14%
BLUE value IS 130 (51.17% from 255) = 27.96%
R=52.90%
G=19.14%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2468913000.640.470.04344.3389.7165.69
HexF659820402F41585a42
Octal3661312020100574530132102
Binary111101101011001100000100100000010111110010101100010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65982; }

 p { color: rgb(246,89,130); }

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

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

 a { background-color: rgb(246,89,130); }

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

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

 span { border-color: rgb(246,89,130); }

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