#F65E8B

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

Shades of Brink Pink #F65E8B

Tints of Brink Pink #F65E8B

Color information

#F65E8B (or 0xF65E8B) is unknown color: approx Brink Pink. HEX triplet: F6, 5E and 8B. RGB value is (246,94,139). Sum of RGB (Red+Green+Blue) = 246+94+139=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F65E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65E8B is #09A174. Grayscale: #909090. Windows color (decimal): -631157 or 9133814. OLE color: 9133814.

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

Color convert

RGB24694139-
CMYK00.620.430.04
HSL342.24º89.41%66.67%-
HSV(B)342.24º61.79%96.47%-
XYZ46.6729.4627.65-
YUV144.58124.86200.34-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.36%
GREEN value IS 94 (37.11% from 255) = 19.62%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=51.36%
G=19.62%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469413900.620.430.04342.2489.4166.67
HexF65E8B03E2B41565943
Octal366136213076534526131103
Binary11110110101111010001011011111010101110010101011010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65E8B; }

 p { color: rgb(246,94,139); }

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

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

 a { background-color: rgb(246,94,139); }

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

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

 span { border-color: rgb(246,94,139); }

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