#FA757E

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

Shades of Brink Pink #FA757E

Tints of Brink Pink #FA757E

Color information

#FA757E (or 0xFA757E) is unknown color: approx Brink Pink. HEX triplet: FA, 75 and 7E. RGB value is (250,117,126). Sum of RGB (Red+Green+Blue) = 250+117+126=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 117 (46.09% from 255 or 23.73% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA757E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA757E is #058A81. Grayscale: #9D9D9D. Windows color (decimal): -363138 or 8287738. OLE color: 8287738.

HSL color Cylindrical-coordinate representation of color #FA757E: hue angle of 355.94º 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 #FA757E is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB250117126-
CMYK00.530.500.02
HSL355.94º93.01%71.96%-
HSV(B)355.94º53.2%98.04%-
XYZ49.5534.5523.8-
YUV157.79110.06193.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.71%
GREEN value IS 117 (46.09% from 255) = 23.73%
BLUE value IS 126 (49.61% from 255) = 25.56%
R=50.71%
G=23.73%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011712600.530.500.02355.9493.0171.96
HexFA757E0353221645d48
Octal372165176065622544135110
Binary111110101110101111111001101011100101010110010010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA757E; }

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

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

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

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

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

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

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

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