#F56F85

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

Shades of Brink Pink #F56F85

Tints of Brink Pink #F56F85

Color information

#F56F85 (or 0xF56F85) is unknown color: approx Brink Pink. HEX triplet: F5, 6F and 85. RGB value is (245,111,133). Sum of RGB (Red+Green+Blue) = 245+111+133=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56F85 is #0A907A. Grayscale: #999999. Windows color (decimal): -692347 or 8744949. OLE color: 8744949.

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

Color convert

RGB245111133-
CMYK00.550.460.04
HSL350.15º87.01%69.8%-
HSV(B)350.15º54.69%96.08%-
XYZ47.5732.4725.95-
YUV153.57116.39193.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.10%
GREEN value IS 111 (43.75% from 255) = 22.70%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=50.10%
G=22.70%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24511113300.550.460.04350.1587.0169.8
HexF56F850372E415e5746
Octal365157205067564536127106
Binary11110101110111110000101011011110111010010101111010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56F85; }

 p { color: rgb(245,111,133); }

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

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

 a { background-color: rgb(245,111,133); }

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

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

 span { border-color: rgb(245,111,133); }

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