#F5658A

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

Shades of Brink Pink #F5658A

Tints of Brink Pink #F5658A

Color information

#F5658A (or 0xF5658A) is unknown color: approx Brink Pink. HEX triplet: F5, 65 and 8A. RGB value is (245,101,138). Sum of RGB (Red+Green+Blue) = 245+101+138=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5658A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5658A is #0A9A75. Grayscale: #949494. Windows color (decimal): -694902 or 9070069. OLE color: 9070069.

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

Color convert

RGB245101138-
CMYK00.590.440.04
HSL344.58º87.8%67.84%-
HSV(B)344.58º58.78%96.08%-
XYZ46.930.5527.47-
YUV148.27122.21196.99-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.62%
GREEN value IS 101 (39.84% from 255) = 20.87%
BLUE value IS 138 (54.30% from 255) = 28.51%
R=50.62%
G=20.87%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510113800.590.440.04344.5887.867.84
HexF5658A03B2C41595844
Octal365145212073544531130104
Binary11110101110010110001010011101110110010010101100110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5658A; }

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

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

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

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

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

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

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

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