#F56193

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

Shades of Brink Pink #F56193

Tints of Brink Pink #F56193

Color information

#F56193 (or 0xF56193) is unknown color: approx Brink Pink. HEX triplet: F5, 61 and 93. RGB value is (245,97,147). Sum of RGB (Red+Green+Blue) = 245+97+147=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F56193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56193 is #0A9E6C. Grayscale: #929292. Windows color (decimal): -695917 or 9658869. OLE color: 9658869.

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

Color convert

RGB24597147-
CMYK00.600.40.04
HSL339.73º88.1%67.06%-
HSV(B)339.73º60.41%96.08%-
XYZ47.230.0730.92-
YUV146.95128.03197.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.10%
GREEN value IS 97 (38.28% from 255) = 19.84%
BLUE value IS 147 (57.81% from 255) = 30.06%
R=50.10%
G=19.84%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.4
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459714700.600.40.04339.7388.167.06
HexF5619303C2841545843
Octal365141223074504524130103
Binary11110101110000110010011011110010100010010101010010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F56193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F56193; }

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

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

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

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

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

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

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

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