#F5617C

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

Shades of Brink Pink #F5617C

Tints of Brink Pink #F5617C

Color information

#F5617C (or 0xF5617C) is unknown color: approx Brink Pink. HEX triplet: F5, 61 and 7C. RGB value is (245,97,124). Sum of RGB (Red+Green+Blue) = 245+97+124=466 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.58% from 466); Green value is 97 (38.28% from 255 or 20.82% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 245 - color contains mainly: red. Hex color #F5617C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5617C is #0A9E83. Grayscale: #909090. Windows color (decimal): -695940 or 8151541. OLE color: 8151541.

HSL color Cylindrical-coordinate representation of color #F5617C: hue angle of 349.05º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5617C is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB24597124-
CMYK00.600.490.04
HSL349.05º88.1%67.06%-
HSV(B)349.05º60.41%96.08%-
XYZ45.5729.4222.35-
YUV144.33116.53199.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.58%
GREEN value IS 97 (38.28% from 255) = 20.82%
BLUE value IS 124 (48.83% from 255) = 26.61%
R=52.58%
G=20.82%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459712400.600.490.04349.0588.167.06
HexF5617C03C31415d5843
Octal365141174074614535130103
Binary1111010111000011111100011110011000110010101110110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5617C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5617C; }

 p { color: rgb(245,97,124); }

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

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

 a { background-color: rgb(245,97,124); }

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

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

 span { border-color: rgb(245,97,124); }

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