#FA5E7E

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

Shades of Brink Pink #FA5E7E

Tints of Brink Pink #FA5E7E

Color information

#FA5E7E (or 0xFA5E7E) is unknown color: approx Brink Pink. HEX triplet: FA, 5E and 7E. RGB value is (250,94,126). Sum of RGB (Red+Green+Blue) = 250+94+126=470 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.19% from 470); Green value is 94 (37.11% from 255 or 20% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5E7E is #05A181. Grayscale: #909090. Windows color (decimal): -369026 or 8281850. OLE color: 8281850.

HSL color Cylindrical-coordinate representation of color #FA5E7E: hue angle of 347.69º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA5E7E is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB25094126-
CMYK00.620.500.02
HSL347.69º93.98%67.45%-
HSV(B)347.69º62.4%98.04%-
XYZ47.1929.8423.01-
YUV144.29117.68203.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.19%
GREEN value IS 94 (37.11% from 255) = 20%
BLUE value IS 126 (49.61% from 255) = 26.81%
R=53.19%
G=20%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509412600.620.500.02347.6993.9867.45
HexFA5E7E03E32215c5e43
Octal372136176076622534136103
Binary111110101011110111111001111101100101010101110010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA5E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA5E7E; }

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

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

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

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

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

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

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

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