#F5697A

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

Shades of Brink Pink #F5697A

Tints of Brink Pink #F5697A

Color information

#F5697A (or 0xF5697A) is unknown color: approx Brink Pink. HEX triplet: F5, 69 and 7A. RGB value is (245,105,122). Sum of RGB (Red+Green+Blue) = 245+105+122=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5697A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5697A is #0A9685. Grayscale: #949494. Windows color (decimal): -693894 or 8022517. OLE color: 8022517.

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

Color convert

RGB245105122-
CMYK00.570.500.04
HSL352.71º87.5%68.63%-
HSV(B)352.71º57.14%96.08%-
XYZ46.2230.9221.94-
YUV148.8112.88196.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.91%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=51.91%
G=22.25%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510512200.570.500.04352.7187.568.63
HexF5697A0393241615845
Octal365151172071624541130105
Binary1111010111010011111010011100111001010010110000110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5697A; }

 p { color: rgb(245,105,122); }

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

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

 a { background-color: rgb(245,105,122); }

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

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

 span { border-color: rgb(245,105,122); }

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