#F56989

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

Shades of Brink Pink #F56989

Tints of Brink Pink #F56989

Color information

#F56989 (or 0xF56989) is unknown color: approx Brink Pink. HEX triplet: F5, 69 and 89. RGB value is (245,105,137). Sum of RGB (Red+Green+Blue) = 245+105+137=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F56989 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56989 is #0A9676. Grayscale: #969696. Windows color (decimal): -693879 or 9005557. OLE color: 9005557.

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

Color convert

RGB245105137-
CMYK00.570.440.04
HSL346.29º87.5%68.63%-
HSV(B)346.29º57.14%96.08%-
XYZ47.2231.3227.22-
YUV150.51120.38195.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.31%
GREEN value IS 105 (41.41% from 255) = 21.56%
BLUE value IS 137 (53.91% from 255) = 28.13%
R=50.31%
G=21.56%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510513700.570.440.04346.2987.568.63
HexF569890392C415a5845
Octal365151211071544532130105
Binary11110101110100110001001011100110110010010101101010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56989; }

 p { color: rgb(245,105,137); }

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

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

 a { background-color: rgb(245,105,137); }

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

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

 span { border-color: rgb(245,105,137); }

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