#FA7586

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

Shades of Brink Pink #FA7586

Tints of Brink Pink #FA7586

Color information

#FA7586 (or 0xFA7586) is unknown color: approx Brink Pink. HEX triplet: FA, 75 and 86. RGB value is (250,117,134). Sum of RGB (Red+Green+Blue) = 250+117+134=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 117 (46.09% from 255 or 23.35% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7586 is #058A79. Grayscale: #9E9E9E. Windows color (decimal): -363130 or 8812026. OLE color: 8812026.

HSL color Cylindrical-coordinate representation of color #FA7586: hue angle of 352.33º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA7586 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250117134-
CMYK00.530.460.02
HSL352.33º93.01%71.96%-
HSV(B)352.33º53.2%98.04%-
XYZ50.0934.7726.63-
YUV158.71114.06193.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.90%
GREEN value IS 117 (46.09% from 255) = 23.35%
BLUE value IS 134 (52.73% from 255) = 26.75%
R=49.90%
G=23.35%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011713400.530.460.02352.3393.0171.96
HexFA75860352E21605d48
Octal372165206065562540135110
Binary1111101011101011000011001101011011101010110000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7586; }

 p { color: rgb(250,117,134); }

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

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

 a { background-color: rgb(250,117,134); }

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

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

 span { border-color: rgb(250,117,134); }

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