#F45986

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

Shades of Brink Pink #F45986

Tints of Brink Pink #F45986

Color information

#F45986 (or 0xF45986) is unknown color: approx Brink Pink. HEX triplet: F4, 59 and 86. RGB value is (244,89,134). Sum of RGB (Red+Green+Blue) = 244+89+134=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F45986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F45986 is #0BA679. Grayscale: #8C8C8C. Windows color (decimal): -763514 or 8804852. OLE color: 8804852.

HSL color Cylindrical-coordinate representation of color #F45986: hue angle of 342.58º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F45986 is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB24489134-
CMYK00.640.450.04
HSL342.58º87.57%65.29%-
HSV(B)342.58º63.52%95.69%-
XYZ45.1828.125.6-
YUV140.48124.35201.84-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 52.25%
GREEN value IS 89 (35.16% from 255) = 19.06%
BLUE value IS 134 (52.73% from 255) = 28.69%
R=52.25%
G=19.06%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2448913400.640.450.04342.5887.5765.29
HexF459860402D41575841
Octal3641312060100554527130101
Binary111101001011001100001100100000010110110010101011110110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F45986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F45986; }

 p { color: rgb(244,89,134); }

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

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

 a { background-color: rgb(244,89,134); }

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

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

 span { border-color: rgb(244,89,134); }

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