#F56585

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

Shades of Brink Pink #F56585

Tints of Brink Pink #F56585

Color information

#F56585 (or 0xF56585) is unknown color: approx Brink Pink. HEX triplet: F5, 65 and 85. RGB value is (245,101,133). Sum of RGB (Red+Green+Blue) = 245+101+133=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F56585 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56585 is #0A9A7A. Grayscale: #939393. Windows color (decimal): -694907 or 8742389. OLE color: 8742389.

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

Color convert

RGB245101133-
CMYK00.590.460.04
HSL346.67º87.8%67.84%-
HSV(B)346.67º58.78%96.08%-
XYZ46.5430.4125.61-
YUV147.7119.71197.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.15%
GREEN value IS 101 (39.84% from 255) = 21.09%
BLUE value IS 133 (52.34% from 255) = 27.77%
R=51.15%
G=21.09%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510113300.590.460.04346.6787.867.84
HexF5658503B2E415b5844
Octal365145205073564533130104
Binary11110101110010110000101011101110111010010101101110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56585; }

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

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

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

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

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

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

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

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