#F65E90

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

Shades of Brink Pink #F65E90

Tints of Brink Pink #F65E90

Color information

#F65E90 (or 0xF65E90) is unknown color: approx Brink Pink. HEX triplet: F6, 5E and 90. RGB value is (246,94,144). Sum of RGB (Red+Green+Blue) = 246+94+144=484 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.83% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 246 - color contains mainly: red. Hex color #F65E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65E90 is #09A16F. Grayscale: #919191. Windows color (decimal): -631152 or 9461494. OLE color: 9461494.

HSL color Cylindrical-coordinate representation of color #F65E90: hue angle of 340.26º 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 #F65E90 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB24694144-
CMYK00.620.410.04
HSL340.26º89.41%66.67%-
HSV(B)340.26º61.79%96.47%-
XYZ47.0429.6129.62-
YUV145.15127.36199.93-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 50.83%
GREEN value IS 94 (37.11% from 255) = 19.42%
BLUE value IS 144 (56.64% from 255) = 29.75%
R=50.83%
G=19.42%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469414400.620.410.04340.2689.4166.67
HexF65E9003E2941545943
Octal366136220076514524131103
Binary11110110101111010010000011111010100110010101010010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65E90; }

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

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

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

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

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

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

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

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