#f45e89

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

Shades of Brink Pink #F45E89

Tints of Brink Pink #F45E89

Color information

#F45E89 (or 0xF45E89) is unknown color: approx Brink Pink. HEX triplet: F4, 5E and 89. RGB value is (244,94,137). Sum of RGB (Red+Green+Blue) = 244+94+137=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F45E89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45E89 is #0BA176. Grayscale: #8F8F8F. Windows color (decimal): -762231 or 9002740. OLE color: 9002740.

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

Color convert

RGB24494137-
CMYK00.610.440.04
HSL342.8º87.21%66.27%-
HSV(B)342.8º61.48%95.69%-
XYZ45.8329.0426.86-
YUV143.75124.2199.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.37%
GREEN value IS 94 (37.11% from 255) = 19.79%
BLUE value IS 137 (53.91% from 255) = 28.84%
R=51.37%
G=19.79%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2449413700.610.440.04342.887.2166.27
HexF45E8903D2C41575742
Octal364136211075544527127102
Binary11110100101111010001001011110110110010010101011110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f45e89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f45e89; }

 p { color: rgb(244,94,137); }

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

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

 a { background-color: rgb(244,94,137); }

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

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

 span { border-color: rgb(244,94,137); }

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