#F56178

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

Shades of Brink Pink #F56178

Tints of Brink Pink #F56178

Color information

#F56178 (or 0xF56178) is unknown color: approx Brink Pink. HEX triplet: F5, 61 and 78. RGB value is (245,97,120). Sum of RGB (Red+Green+Blue) = 245+97+120=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F56178 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56178 is #0A9E87. Grayscale: #8F8F8F. Windows color (decimal): -695944 or 7889397. OLE color: 7889397.

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

Color convert

RGB24597120-
CMYK00.600.510.04
HSL350.68º88.1%67.06%-
HSV(B)350.68º60.41%96.08%-
XYZ45.3229.3221.04-
YUV143.87114.53200.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 53.03%
GREEN value IS 97 (38.28% from 255) = 21.00%
BLUE value IS 120 (47.27% from 255) = 25.97%
R=53.03%
G=21.00%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459712000.600.510.04350.6888.167.06
HexF5617803C33415f5843
Octal365141170074634537130103
Binary1111010111000011111000011110011001110010101111110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56178; }

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

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

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

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

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

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

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

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