#F56A84

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

Shades of Brink Pink #F56A84

Tints of Brink Pink #F56A84

Color information

#F56A84 (or 0xF56A84) is unknown color: approx Brink Pink. HEX triplet: F5, 6A and 84. RGB value is (245,106,132). Sum of RGB (Red+Green+Blue) = 245+106+132=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 132 (51.95% from 255 or 27.33% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F56A84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56A84 is #0A957B. Grayscale: #969696. Windows color (decimal): -693628 or 8678133. OLE color: 8678133.

HSL color Cylindrical-coordinate representation of color #F56A84: hue angle of 348.78º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56A84 is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB245106132-
CMYK00.570.460.04
HSL348.78º87.42%68.82%-
HSV(B)348.78º56.73%96.08%-
XYZ46.9831.3925.41-
YUV150.52117.55195.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.72%
GREEN value IS 106 (41.80% from 255) = 21.95%
BLUE value IS 132 (51.95% from 255) = 27.33%
R=50.72%
G=21.95%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510613200.570.460.04348.7887.4268.82
HexF56A840392E415d5745
Octal365152204071564535127105
Binary11110101110101010000100011100110111010010101110110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56A84; }

 p { color: rgb(245,106,132); }

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

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

 a { background-color: rgb(245,106,132); }

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

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

 span { border-color: rgb(245,106,132); }

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