#F56080

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

Shades of Brink Pink #F56080

Tints of Brink Pink #F56080

Color information

#F56080 (or 0xF56080) is unknown color: approx Brink Pink. HEX triplet: F5, 60 and 80. RGB value is (245,96,128). Sum of RGB (Red+Green+Blue) = 245+96+128=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 96 (37.89% from 255 or 20.47% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F56080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56080 is #0A9F7F. Grayscale: #909090. Windows color (decimal): -696192 or 8413429. OLE color: 8413429.

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

Color convert

RGB24596128-
CMYK00.610.480.04
HSL347.11º88.17%66.86%-
HSV(B)347.11º60.82%96.08%-
XYZ45.7429.3423.67-
YUV144.2118.86199.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.24%
GREEN value IS 96 (37.89% from 255) = 20.47%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=52.24%
G=20.47%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459612800.610.480.04347.1188.1766.86
HexF5608003D30415b5843
Octal365140200075604533130103
Binary11110101110000010000000011110111000010010101101110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56080; }

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

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

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

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

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

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

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

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