#F56780

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

Shades of Brink Pink #F56780

Tints of Brink Pink #F56780

Color information

#F56780 (or 0xF56780) is unknown color: approx Brink Pink. HEX triplet: F5, 67 and 80. RGB value is (245,103,128). Sum of RGB (Red+Green+Blue) = 245+103+128=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 103 (40.62% from 255 or 21.64% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F56780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56780 is #0A987F. Grayscale: #949494. Windows color (decimal): -694400 or 8415221. OLE color: 8415221.

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

Color convert

RGB245103128-
CMYK00.580.480.04
HSL349.44º87.65%68.24%-
HSV(B)349.44º57.96%96.08%-
XYZ46.430.6723.9-
YUV148.31116.54196.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.47%
GREEN value IS 103 (40.62% from 255) = 21.64%
BLUE value IS 128 (50.39% from 255) = 26.89%
R=51.47%
G=21.64%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510312800.580.480.04349.4487.6568.24
HexF5678003A30415d5844
Octal365147200072604535130104
Binary11110101110011110000000011101011000010010101110110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56780; }

 p { color: rgb(245,103,128); }

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

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

 a { background-color: rgb(245,103,128); }

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

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

 span { border-color: rgb(245,103,128); }

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