#FA6D8E

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

Shades of Brink Pink #FA6D8E

Tints of Brink Pink #FA6D8E

Color information

#FA6D8E (or 0xFA6D8E) is unknown color: approx Brink Pink. HEX triplet: FA, 6D and 8E. RGB value is (250,109,142). Sum of RGB (Red+Green+Blue) = 250+109+142=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA6D8E is #059271. Grayscale: #9A9A9A. Windows color (decimal): -365170 or 9334266. OLE color: 9334266.

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

Color convert

RGB250109142-
CMYK00.560.430.02
HSL345.96º93.38%70.39%-
HSV(B)345.96º56.4%98.04%-
XYZ49.7833.2129.38-
YUV154.92120.71195.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.90%
GREEN value IS 109 (42.97% from 255) = 21.76%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=49.90%
G=21.76%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010914200.560.430.02345.9693.3870.39
HexFA6D8E0382B215a5d46
Octal372155216070532532135106
Binary1111101011011011000111001110001010111010101101010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA6D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA6D8E; }

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

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

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

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

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

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

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

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