#FA697F

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

Shades of Brink Pink #FA697F

Tints of Brink Pink #FA697F

Color information

#FA697F (or 0xFA697F) is unknown color: approx Brink Pink. HEX triplet: FA, 69 and 7F. RGB value is (250,105,127). Sum of RGB (Red+Green+Blue) = 250+105+127=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA697F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA697F is #059680. Grayscale: #969696. Windows color (decimal): -366209 or 8350202. OLE color: 8350202.

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

Color convert

RGB250105127-
CMYK00.580.490.02
HSL350.9º93.55%69.61%-
HSV(B)350.9º58%98.04%-
XYZ48.3131.9623.7-
YUV150.86114.54198.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.87%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 127 (50% from 255) = 26.35%
R=51.87%
G=21.78%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25010512700.580.490.02350.993.5569.61
HexFA697F03A31215f5e46
Octal372151177072612537136106
Binary111110101101001111111101110101100011010101111110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA697F; }

 p { color: rgb(250,105,127); }

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

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

 a { background-color: rgb(250,105,127); }

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

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

 span { border-color: rgb(250,105,127); }

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