#F5657B

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

Shades of Brink Pink #F5657B

Tints of Brink Pink #F5657B

Color information

#F5657B (or 0xF5657B) is unknown color: approx Brink Pink. HEX triplet: F5, 65 and 7B. RGB value is (245,101,123). Sum of RGB (Red+Green+Blue) = 245+101+123=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5657B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5657B is #0A9A84. Grayscale: #929292. Windows color (decimal): -694917 or 8087029. OLE color: 8087029.

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

Color convert

RGB245101123-
CMYK00.590.500.04
HSL350.83º87.8%67.84%-
HSV(B)350.83º58.78%96.08%-
XYZ45.8930.1522.14-
YUV146.56114.71198.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.24%
GREEN value IS 101 (39.84% from 255) = 21.54%
BLUE value IS 123 (48.44% from 255) = 26.23%
R=52.24%
G=21.54%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510112300.590.500.04350.8387.867.84
HexF5657B03B32415f5844
Octal365145173073624537130104
Binary1111010111001011111011011101111001010010101111110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5657B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5657B; }

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

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

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

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

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

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

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

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