#FA628E

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

Shades of Brink Pink #FA628E

Tints of Brink Pink #FA628E

Color information

#FA628E (or 0xFA628E) is unknown color: approx Brink Pink. HEX triplet: FA, 62 and 8E. RGB value is (250,98,142). Sum of RGB (Red+Green+Blue) = 250+98+142=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA628E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA628E is #059D71. Grayscale: #949494. Windows color (decimal): -367986 or 9331450. OLE color: 9331450.

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

Color convert

RGB25098142-
CMYK00.610.430.02
HSL342.63º93.83%68.24%-
HSV(B)342.63º60.8%98.04%-
XYZ48.6731.0129.01-
YUV148.46124.36200.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.02%
GREEN value IS 98 (38.67% from 255) = 20%
BLUE value IS 142 (55.86% from 255) = 28.98%
R=51.02%
G=20%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2509814200.610.430.02342.6393.8368.24
HexFA628E03D2B21575e44
Octal372142216075532527136104
Binary1111101011000101000111001111011010111010101011110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA628E; }

 p { color: rgb(250,98,142); }

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

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

 a { background-color: rgb(250,98,142); }

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

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

 span { border-color: rgb(250,98,142); }

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