#F56081

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

Shades of Brink Pink #F56081

Tints of Brink Pink #F56081

Color information

#F56081 (or 0xF56081) is unknown color: approx Brink Pink. HEX triplet: F5, 60 and 81. RGB value is (245,96,129). Sum of RGB (Red+Green+Blue) = 245+96+129=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F56081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56081 is #0A9F7E. Grayscale: #909090. Windows color (decimal): -696191 or 8478965. OLE color: 8478965.

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

Color convert

RGB24596129-
CMYK00.610.470.04
HSL346.71º88.17%66.86%-
HSV(B)346.71º60.82%96.08%-
XYZ45.829.3624.02-
YUV144.31119.36199.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.13%
GREEN value IS 96 (37.89% from 255) = 20.43%
BLUE value IS 129 (50.78% from 255) = 27.45%
R=52.13%
G=20.43%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459612900.610.470.04346.7188.1766.86
HexF5608103D2F415b5843
Octal365140201075574533130103
Binary11110101110000010000001011110110111110010101101110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56081; }

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

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

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

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

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

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

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

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