#f5688a

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

Shades of Brink Pink #F5688A

Tints of Brink Pink #F5688A

Color information

#F5688A (or 0xF5688A) is unknown color: approx Brink Pink. HEX triplet: F5, 68 and 8A. RGB value is (245,104,138). Sum of RGB (Red+Green+Blue) = 245+104+138=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5688A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F5688A is #0A9775. Grayscale: #969696. Windows color (decimal): -694134 or 9070837. OLE color: 9070837.

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

Color convert

RGB245104138-
CMYK00.580.440.04
HSL345.53º87.58%68.43%-
HSV(B)345.53º57.55%96.08%-
XYZ47.1931.1527.57-
YUV150.04121.21195.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.31%
GREEN value IS 104 (41.02% from 255) = 21.36%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=50.31%
G=21.36%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510413800.580.440.04345.5387.5868.43
HexF5688A03A2C415a5844
Octal365150212072544532130104
Binary11110101110100010001010011101010110010010101101010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f5688a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f5688a; }

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

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

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

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

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

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

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

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