#F56887

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

Shades of Brink Pink #F56887

Tints of Brink Pink #F56887

Color information

#F56887 (or 0xF56887) is unknown color: approx Brink Pink. HEX triplet: F5, 68 and 87. RGB value is (245,104,135). Sum of RGB (Red+Green+Blue) = 245+104+135=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 135 (53.12% from 255 or 27.89% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F56887 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56887 is #0A9778. Grayscale: #959595. Windows color (decimal): -694137 or 8874229. OLE color: 8874229.

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

Color convert

RGB245104135-
CMYK00.580.450.04
HSL346.81º87.58%68.43%-
HSV(B)346.81º57.55%96.08%-
XYZ46.9831.0626.44-
YUV149.69119.71195.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.62%
GREEN value IS 104 (41.02% from 255) = 21.49%
BLUE value IS 135 (53.12% from 255) = 27.89%
R=50.62%
G=21.49%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510413500.580.450.04346.8187.5868.43
HexF5688703A2D415b5844
Octal365150207072554533130104
Binary11110101110100010000111011101010110110010101101110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56887; }

 p { color: rgb(245,104,135); }

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

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

 a { background-color: rgb(245,104,135); }

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

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

 span { border-color: rgb(245,104,135); }

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