#F65D80

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

Shades of Brink Pink #F65D80

Tints of Brink Pink #F65D80

Color information

#F65D80 (or 0xF65D80) is unknown color: approx Brink Pink. HEX triplet: F6, 5D and 80. RGB value is (246,93,128). Sum of RGB (Red+Green+Blue) = 246+93+128=467 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.68% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65D80 is #09A27F. Grayscale: #8E8E8E. Windows color (decimal): -631424 or 8412662. OLE color: 8412662.

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

Color convert

RGB24693128-
CMYK00.620.480.04
HSL346.27º89.47%66.47%-
HSV(B)346.27º62.2%96.47%-
XYZ45.8228.9823.6-
YUV142.74119.69201.65-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.68%
GREEN value IS 93 (36.72% from 255) = 19.91%
BLUE value IS 128 (50.39% from 255) = 27.41%
R=52.68%
G=19.91%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469312800.620.480.04346.2789.4766.47
HexF65D8003E30415a5942
Octal366135200076604532131102
Binary11110110101110110000000011111011000010010101101010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65D80; }

 p { color: rgb(246,93,128); }

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

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

 a { background-color: rgb(246,93,128); }

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

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

 span { border-color: rgb(246,93,128); }

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