#F5658B

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

Shades of Brink Pink #F5658B

Tints of Brink Pink #F5658B

Color information

#F5658B (or 0xF5658B) is unknown color: approx Brink Pink. HEX triplet: F5, 65 and 8B. RGB value is (245,101,139). Sum of RGB (Red+Green+Blue) = 245+101+139=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5658B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5658B is #0A9A74. Grayscale: #949494. Windows color (decimal): -694901 or 9135605. OLE color: 9135605.

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

Color convert

RGB245101139-
CMYK00.590.430.04
HSL344.17º87.8%67.84%-
HSV(B)344.17º58.78%96.08%-
XYZ46.9730.5827.85-
YUV148.39122.71196.91-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.52%
GREEN value IS 101 (39.84% from 255) = 20.82%
BLUE value IS 139 (54.69% from 255) = 28.66%
R=50.52%
G=20.82%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510113900.590.430.04344.1787.867.84
HexF5658B03B2B41585844
Octal365145213073534530130104
Binary11110101110010110001011011101110101110010101100010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5658B; }

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

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

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

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

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

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

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

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