#F56876

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

Shades of Brink Pink #F56876

Tints of Brink Pink #F56876

Color information

#F56876 (or 0xF56876) is unknown color: approx Brink Pink. HEX triplet: F5, 68 and 76. RGB value is (245,104,118). Sum of RGB (Red+Green+Blue) = 245+104+118=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F56876 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56876 is #0A9789. Grayscale: #939393. Windows color (decimal): -694154 or 7760117. OLE color: 7760117.

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

Color convert

RGB245104118-
CMYK00.580.520.04
HSL354.04º87.58%68.43%-
HSV(B)354.04º57.55%96.08%-
XYZ45.8830.6220.63-
YUV147.76111.21197.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.46%
GREEN value IS 104 (41.02% from 255) = 22.27%
BLUE value IS 118 (46.48% from 255) = 25.27%
R=52.46%
G=22.27%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510411800.580.520.04354.0487.5868.43
HexF5687603A3441625844
Octal365150166072644542130104
Binary1111010111010001110110011101011010010010110001010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56876; }

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

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

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

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

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

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

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

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