#F65A85

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

Shades of Brink Pink #F65A85

Tints of Brink Pink #F65A85

Color information

#F65A85 (or 0xF65A85) is unknown color: approx Brink Pink. HEX triplet: F6, 5A and 85. RGB value is (246,90,133). Sum of RGB (Red+Green+Blue) = 246+90+133=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65A85 is #09A57A. Grayscale: #8D8D8D. Windows color (decimal): -632187 or 8739574. OLE color: 8739574.

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

Color convert

RGB24690133-
CMYK00.630.460.04
HSL343.46º89.66%65.88%-
HSV(B)343.46º63.41%96.47%-
XYZ45.928.625.29-
YUV141.55123.18202.5-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.45%
GREEN value IS 90 (35.55% from 255) = 19.19%
BLUE value IS 133 (52.34% from 255) = 28.36%
R=52.45%
G=19.19%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469013300.630.460.04343.4689.6665.88
HexF65A8503F2E41575a42
Octal366132205077564527132102
Binary11110110101101010000101011111110111010010101011110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65A85; }

 p { color: rgb(246,90,133); }

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

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

 a { background-color: rgb(246,90,133); }

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

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

 span { border-color: rgb(246,90,133); }

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